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 Apr 20, 2025.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Fake Review Detector by Polygraf", "version": "1.7.3", "description": "Shop with confidence! Analyze reviews & products with Polygraf AI\u2019s Trust Engine. Get unbiased ratings & scores.", "web_accessible_resources": [ { "resources": [ "assets\/*" ], "matches": [ "<all_urls>" ] } ], "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icons\/48.png" }, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "storage", "identity" ], "content_scripts": [ { "matches": [ "https:\/\/polygraf.ai\/*" ], "js": [ "src\/pages\/content\/polygraf\/inject.js" ], "run_at": "document_start", "all_frames": true, "match_about_blank": true }, { "matches": [ "https:\/\/www.amazon.com\/*", "https:\/\/www.amazon.ca\/*", "https:\/\/www.amazon.co.uk\/*" ], "js": [ "src\/pages\/content\/amazon\/inject.js" ], "run_at": "document_end", "all_frames": true, "match_about_blank": true }, { "matches": [ "https:\/\/www.walmart.com\/*" ], "js": [ "src\/pages\/content\/walmart\/inject.js" ], "run_at": "document_end", "all_frames": true, "match_about_blank": true }, { "matches": [ "https:\/\/www.bestbuy.com\/*" ], "js": [ "src\/pages\/content\/bestbuy\/inject.js" ], "run_at": "document_idle", "all_frames": true, "match_about_blank": true } ], "externally_connectable": { "ids": [ "kccmoaalkjeeaiefclpjgcllflejcmkd" ], "matches": [ "https:\/\/*.polygraf.ai\/auth\/sync-login" ], "accepts_tls_channel_id": false }, "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3Dm7JWZ08PuWOBsvzYOJ7L8hgXYki69i2k6rCEyiUbuRe1nxkcXixMT6KRZEkAw4A3spVsppFGeIZyGPBr+4YORdh2ppIrPpewIOSAp6Qcd+pcRBxcnl\/s6J3jRd6iEdJds5PAeI2VE4hltCxbHsZQmXtTn4I87yOtr0\/7wDJxjNSvXJEuAXcTJ8QnkuD0oBW1P98lJXn9Q1JXhaD0VQk7zkPlHv7qHQx8DOX44IJW+7+DhVkP7MzPqP0+hLHiZ80X9mclaP70AhRQmFXVtpYWMxVdLCOAjZtpX\/Zs3vEsAUz\/as++V+eaMgxlypdqshUs2gCEXhrW3Uuus0hk7sbwIDAQAB", "oauth2": { "client_id": "356747510679-8nipkcq1m20forbh8n0cqvj2n4hevt2b.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] } }