Amazon Adblocker

Simple Amazon ad blocker

什麼是Amazon Adblocker?

Amazon Adblocker是由DiegoSolorzano開發的Chrome擴展程式,該擴展的主要功能是“Simple Amazon ad blocker”。

擴展截圖

screenshot
screenshot

下載Amazon Adblocker擴展crx文件

下載Amazon Adblocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Amazon Adblocker Amazon Adblocker
ID odkejfinkopadmgookpcdgpdcgfnnoim
官方網址 https://chromewebstore.google.com/detail/amazon-adblocker/odkejfinkopadmgookpcdgpdcgfnnoim
簡介 Simple Amazon ad blocker
檔案大小 10.15 KB
安裝次數 80
目前版本 1.0.0
更新時間 2021-08-26
上架時間 2021-08-25
評分 5.00/5 共 2 次評分
開發者 DiegoSolorzano
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
        }
    ]
}