Amazon Adblocker

Simple Amazon ad blocker

What is Amazon Adblocker?

Amazon Adblocker is a Chrome extension developed by DiegoSolorzano, and its main feature is "Simple Amazon ad blocker".

Extension Screenshots

screenshot
screenshot

Download Amazon Adblocker Extension CRX File

Download Amazon Adblocker 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

                        Blocks all Amazon Ads like the sponsored products and banners.

Once the extension is installed you can enjoy Amazon without ads.

Note: Right now it only works with amazon.com and amazon.com.mx                    

Extension Basic Information

Name Amazon Adblocker Amazon Adblocker
ID odkejfinkopadmgookpcdgpdcgfnnoim
Official URL https://chromewebstore.google.com/detail/amazon-adblocker/odkejfinkopadmgookpcdgpdcgfnnoim
Description Simple Amazon ad blocker
File Size 10.15 KB
Installation Count 80
Current Version 1.0.0
Last Updated 2021-08-26
Publish Date 2021-08-25
Rating 5.00/5 Total 2 Ratings
Developer DiegoSolorzano
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Adblocker",
    "description": "Simple Amazon ad blocker",
    "manifest_version": 3,
    "version": "1.0.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.com.mx\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ]
}