Review Trustworthiness Score

Estimate fake-review percentage on listings.

shopping
PlugThis prompt
Build a Chrome extension called "Review Trust Score" that, on Amazon and similar listings, scrapes visible reviews and computes a fake-review heuristic score: ratio of 5-star to 1-star, reviewer history sparsity (single-review profiles), repeated phrases across reviews, burst patterns (many reviews same week), and generic-language signals. Inject a badge near the star rating with the score (0-100) and a click-to-expand breakdown. Permissions: storage, activeTab. Host permissions: https://www.amazon.com/*, https://www.amazon.co.uk/*. Manifest V3 with content script.

How to build it in 3 minutes

  1. Sign in to PlugThis and open the chat input.
  2. Copy the prompt above and paste it into the chat.
  3. PlugThis generates the full Manifest V3 extension in 60-90 seconds.
  4. Download the zip, extract it, and load it via chrome://extensions developer mode.

Related ideas