Amazon adBlocker

Amazon adblocker makes shopping on Amazon clear from sponsored ads.

Amazon adBlocker là gì?

Amazon adBlocker là một tiện ích mở rộng Chrome được phát triển bởi ecomm-extensions, và tính năng chính của nó là "Amazon adblocker makes shopping on Amazon clear from sponsored ads.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Amazon adBlocker

Tải xuống các tệp mở rộng Amazon adBlocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Amazon adblocker makes shopping on Amazon clear from sponsored products, sponsored brands and other ads. Enjoy a smooth online shopping experience.











IMPORTANT: 
-Please note that all extensions are disabled on Chrome Web Store pages. Do NOT test the extension on this page; it will not work! 
-If the extension is not working for you, please make sure it's up to date. Visit chrome://extensions/, click the "Update extensions now" button, then restart Chrome. By installing this extension, you agree to the Terms of Service: https://www.google.com/policies/terms

Having problems with the extension? Please contact us at [email protected] or share with us on: https://plus.google.com/u/2/communities/104717200104217571957.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Amazon adBlocker Amazon adBlocker
ID hbiibabdaolgckcmmlkckjkcmmfdagap
URL Chính Thức https://chromewebstore.google.com/detail/amazon-adblocker/hbiibabdaolgckcmmlkckjkcmmfdagap
Mô tả Amazon adblocker makes shopping on Amazon clear from sponsored ads.
Kích Thước Tệp 1011 KB
Số Lần Cài Đặt 3,010
Phiên Bản Hiện Tại 0.51
Cập Nhật Lần Cuối 2019-05-17
Ngày Phát Hành 2019-05-16
Đánh Giá 3.00/5 Tổng số 25 Đánh Giá
Nhà Phát Triển ecomm-extensions
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "name": "Amazon adBlocker",
    "short_name": "AmazonAdBlocker",
    "description": "Amazon adblocker makes shopping on Amazon clear from sponsored ads.",
    "version": "0.51",
    "permissions": [
        "https:\/\/www.smile.amazon.com\/*",
        "https:\/\/www.amazon.com\/*",
        "https:\/\/www.amazon.ca\/*",
        "https:\/\/www.amazon.fr\/*",
        "https:\/\/www.amazon.de\/*",
        "https:\/\/www.amazon.in\/*",
        "https:\/\/www.amazon.it\/*",
        "https:\/\/www.amazon.co.jp\/*",
        "https:\/\/www.amazon.com.mx\/*",
        "https:\/\/www.amazon.es\/*",
        "https:\/\/www.smile.amazon.co.uk\/*",
        "https:\/\/www.amazon.co.uk\/*",
        "https:\/\/extensions.adjusti.co\/*",
        "activeTab",
        "tabs",
        "webNavigation",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": ".\/icons\/icon.16.png",
        "48": ".\/icons\/icon.48.png",
        "128": ".\/icons\/icon.128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.smile.amazon.com\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.com.mx\/*"
            ],
            "css": [
                "removeAdsOnSearchPageAmerica.css",
                "removeAdsOnProductPage.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.smile.amazon.co.uk\/*",
                "https:\/\/www.amazon.co.uk\/*"
            ],
            "js": [
                "removeAds.js"
            ],
            "css": [
                "removeAdsOnSearchPage.css",
                "removeAdsOnProductPage.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.smile.amazon.com\/*",
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.com.mx\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.smile.amazon.co.uk\/*",
                "https:\/\/www.amazon.co.uk\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ]
}