WebExtension.net
Toggle dark mode
WebExtension.net

Fakespot Fake Amazon Reviews and eBay Sellers

View on Chrome Web Store
View Fakespot Fake Amazon Reviews and eBay Sellers Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (1,707 ratings)
1 new ratings
181 views
This extension has been viewed 181 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Protect yourself from bad sellers and fake reviews on Amazon and more!
Type
Extension
Users
700,000 users
100K
Fakespot by Mozilla
View author page of Fakespot by Mozilla
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 15, 2015
Version 1.5.1
Manifest version
3
Updated
Updated on November 14, 2024
lifestyle/shopping
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Fakespot Fake Amazon Reviews and eBay Sellers Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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": [
                "*:\/\/*.fakespot.com\/*",
                "*:\/\/*.fakespot.local\/*"
            ],
            "js": [
                "fakespotContent.js"
            ],
            "css": [
                "fakespotContent.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.us\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.co.jp\/*"
            ],
            "exclude_matches": [
                "*:\/\/primenow.amazon.com.au\/*",
                "*:\/\/primenow.amazon.co.uk\/*",
                "*:\/\/primenow.amazon.ca\/*",
                "*:\/\/primenow.amazon.us\/*",
                "*:\/\/primenow.amazon.com\/*",
                "*:\/\/primenow.amazon.in\/*",
                "*:\/\/*.amazon.com.au\/Prime-Video\/*",
                "*:\/\/*.amazon.co.uk\/Prime-Video\/*",
                "*:\/\/*.amazon.ca\/Prime-Video\/*",
                "*:\/\/*.amazon.us\/Prime-Video\/*",
                "*:\/\/*.amazon.com\/Prime-Video\/*",
                "*:\/\/*.amazon.in\/Prime-Video\/*",
                "*:\/\/*.amazon.com.au\/Amazon-Video\/*",
                "*:\/\/*.amazon.co.uk\/Amazon-Video\/*",
                "*:\/\/*.amazon.ca\/Amazon-Video\/*",
                "*:\/\/*.amazon.us\/Amazon-Video\/*",
                "*:\/\/*.amazon.com\/Amazon-Video\/*",
                "*:\/\/*.amazon.in\/Amazon-Video\/*",
                "*:\/\/*.amazon.com.au\/gp\/video\/*",
                "*:\/\/*.amazon.co.uk\/gp\/video\/*",
                "*:\/\/*.amazon.ca\/gp\/video\/*",
                "*:\/\/*.amazon.us\/gp\/video\/*",
                "*:\/\/*.amazon.com\/gp\/video\/*",
                "*:\/\/*.amazon.in\/gp\/video\/*"
            ],
            "js": [
                "amazonContent.js"
            ],
            "css": [
                "amazonContent.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.us\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.ebay.com\/*",
                "*:\/\/*.ebay.co.uk\/*",
                "*:\/\/*.ebay.com.au\/*",
                "*:\/\/*.ebay.us\/*",
                "*:\/\/*.ebay.ca\/*"
            ],
            "js": [
                "adBlockContent.js"
            ],
            "css": [
                "adBlockContent.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.ebay.com\/*",
                "*:\/\/*.ebay.co.uk\/*",
                "*:\/\/*.ebay.com.au\/*",
                "*:\/\/*.ebay.us\/*",
                "*:\/\/*.ebay.ca\/*"
            ],
            "js": [
                "ebayContent.js"
            ],
            "css": [
                "ebayContent.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.walmart.com\/*"
            ],
            "js": [
                "walmartContent.js"
            ],
            "css": [
                "walmartContent.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.google.com\/search*"
            ],
            "js": [
                "googleContent.js"
            ],
            "css": [
                "googleContent.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.bestbuy.com\/*"
            ],
            "js": [
                "bestbuyContent.js"
            ],
            "css": [
                "bestbuyContent.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.sephora.com\/*"
            ],
            "js": [
                "sephoraContent.js"
            ],
            "css": [
                "sephoraContent.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.flipkart.com\/*",
                "*:\/\/*.flipkart.in\/*"
            ],
            "js": [
                "flipkartContent.js"
            ],
            "css": [
                "flipkartContent.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "twitterContent.js"
            ],
            "css": [
                "twitterContent.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/*.homedepot.com\/*"
            ],
            "js": [
                "homeDepotContent.js"
            ],
            "css": [
                "homeDepotContent.css"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "shopifyContent.js"
            ],
            "css": [
                "shopifyContent.css"
            ],
            "matches": [
                "<all_urls>"
            ],
            "exclude_matches": [
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.us\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.ebay.com\/*",
                "*:\/\/*.ebay.co.uk\/*",
                "*:\/\/*.ebay.com.au\/*",
                "*:\/\/*.ebay.us\/*",
                "*:\/\/*.ebay.ca\/*",
                "*:\/\/*.walmart.com\/*",
                "*:\/\/*.yelp.com\/*",
                "*:\/\/*.tripadvisor.com\/*",
                "*:\/\/*.sephora.com\/*",
                "*:\/\/*.bestbuy.com\/*",
                "*:\/\/*.fakespot.com\/*",
                "*:\/\/*.fakespot.local\/*",
                "*:\/\/*.google.com\/search*",
                "*:\/\/*.twitter.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "Fakespot",
        "default_popup": "popup.html"
    },
    "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",
        "identity.email",
        "unlimitedStorage",
        "activeTab",
        "storage",
        "scripting",
        "cookies"
    ],
    "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": "1.5.1"
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top