Country of Origin

Country of Origin (i.e. China, USA, etc.) for items sold on Amazon.com, directly on your search results.

What is Country of Origin?

Country of Origin is a Chrome extension developed by Clarity Studios, and its main feature is "Country of Origin (i.e. China, USA, etc.) for items sold on Amazon.com, directly on your search results.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Country of Origin Extension CRX File

Download Country of Origin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Now, when comparison shopping, you can easily see the country of origin in your search results. You'll also find out the manufacturer's location as well. 

Be confident and find American-made products 🇺🇸

**Note: This is the first release. We're focused on providing results for hardware tools (electric drills, screwdrivers) and pet supplies (i.e. items for your dog or cat). We are starting to add in additional categories. 

If there are other categories you might be curious about, fill out this short form: https://forms.gle/ijrMotrFAKeAtLLK9 

Works on Amazon.com, Amazon.ca (Canada), and all other Amazon shopping sites. Give it a go and if you have any feedback, feel free to reach out [email protected]                    

Extension Basic Information

Name Country of Origin Country of Origin
ID gbbhgedbmpkdfgdglmhfebkegpdbkpec
Official URL https://chrome.google.com/webstore/detail/country-of-origin/gbbhgedbmpkdfgdglmhfebkegpdbkpec
Description Country of Origin (i.e. China, USA, etc.) for items sold on Amazon.com, directly on your search results.
File Size 48.51 KB
Installation Count 108
Current Version 1.0.0002
Last Updated 2021-08-24
Publish Date 2021-08-04
Rating 1.00/5 Total 1 Ratings
Developer Clarity Studios
Email [email protected]
Payment Type free
Privacy Policy Page URL https://docs.google.com/document/d/1LKdRsv8oD7-_AHxDoPncapiRJ7TyFVn5_yhQheE1Kv0/edit?usp=sharing
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Country of Origin",
    "short_name": "Country of Origin",
    "description": "Country of Origin (i.e. China, USA, etc.) for items sold on Amazon.com, directly on your search results.",
    "version": "1.0.0002",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.cn\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.nl\/*",
                "*:\/\/*.amazon.pl\/*",
                "*:\/\/*.amazon.sa\/*",
                "*:\/\/*.amazon.sg\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.se\/*",
                "*:\/\/*.amazon.com.tr\/*",
                "*:\/\/*.amazon.ae\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.cn\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.nl\/*",
                "*:\/\/*.amazon.pl\/*",
                "*:\/\/*.amazon.sa\/*",
                "*:\/\/*.amazon.sg\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.se\/*",
                "*:\/\/*.amazon.com.tr\/*",
                "*:\/\/*.amazon.ae\/*",
                "*:\/\/*.amazon.co.uk\/*"
            ],
            "js": [
                "jquery.min.js",
                "contentHelper.js",
                "content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": "icons\/32.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "*"
    ]
}