Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 19, 2025.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "88", "name": "Fakespot Fake Amazon Reviews and eBay Sellers", "description": "Protect yourself from bad sellers and fake reviews on Amazon and more!", "short_name": "Fakespot", "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "fakespotContent.js" ], "css": [ "fakespotContent.css" ], "run_at": "document_idle" }, { "matches": [ "<all_urls>" ], "js": [ "amazonContent.js" ], "css": [ "amazonContent.css" ], "run_at": "document_idle" }, { "matches": [ "<all_urls>" ], "js": [ "adBlockContent.js" ], "css": [ "adBlockContent.css" ], "run_at": "document_start" }, { "matches": [ "<all_urls>" ], "js": [ "ebayContent.js" ], "css": [ "ebayContent.css" ], "run_at": "document_idle" }, { "matches": [ "<all_urls>" ], "js": [ "walmartContent.js" ], "css": [ "walmartContent.css" ], "run_at": "document_idle" }, { "matches": [ "<all_urls>" ], "js": [ "googleContent.js" ], "css": [ "googleContent.css" ], "run_at": "document_idle" }, { "matches": [ "<all_urls>" ], "js": [ "bestbuyContent.js" ], "css": [ "bestbuyContent.css" ], "run_at": "document_idle" }, { "matches": [ "<all_urls>" ], "js": [ "sephoraContent.js" ], "css": [ "sephoraContent.css" ], "run_at": "document_idle" }, { "matches": [ "<all_urls>" ], "js": [ "flipkartContent.js" ], "css": [ "flipkartContent.css" ], "run_at": "document_idle" }, { "matches": [ "<all_urls>" ], "js": [ "twitterContent.js" ], "css": [ "twitterContent.css" ], "run_at": "document_idle" }, { "matches": [ "<all_urls>" ], "js": [ "homeDepotContent.js" ], "css": [ "homeDepotContent.css" ], "run_at": "document_idle" }, { "matches": [ "<all_urls>" ], "js": [ "shopifyContent.js" ], "css": [ "shopifyContent.css" ], "run_at": "document_start" } ], "action": { "default_icon": "icons\/icon128.png", "default_title": "Fakespot" }, "background": { "service_worker": "serviceWorker.js" }, "web_accessible_resources": [ { "resources": [ "fonts\/Inter.ttf", "images\/prices-settings.png" ], "matches": [ "*:\/\/*\/*" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "identity", "activeTab", "storage", "scripting" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "oauth2": { "client_id": "539370883133-24d5phshctslkt3p7rbfg06uj3pmh066.apps.googleusercontent.com", "scopes": [ "email" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlg1GK3pjAIg0sAjAdc+1PaLdb+OyocFMvFk\/P0qcCcQa6kZ8ndysR75i30Xe+m1+CvgDDkmo4fb6Ouxj38Rw6k\/txuYA0ZDg5tHm1VWdb+PVFzqbVweEMKRATMyGrL6fmKX9xWTwDi11lYfOv1n3RZknaXkSg61pLF71MhSHlMnBsQGapOdpIJXhGMwk0N8jpPuwC1MZOjAtpkU9eMYHPGGM1CZ3Y1Pe1fC5YbuQDyGZZR3I8qKLgHgP3c4VXjPH3BIgriFOpdPcaz+yTlO7r4EkusxcgDZlwX9qB74strrCTX0eWh7NtMskxRRDiU2GsbFFKVgijhrTXmqadABLnQIDAQAB", "version": "3.0.2" }