Amazon Adblocker
Simple Amazon ad blocker
Amazon Adblockerとは何ですか?
Amazon AdblockerはDiegoSolorzanoによって開発されたChromeの拡張機能で、その主な機能は「Simple Amazon ad blocker」です。
拡張機能のスクリーンショット
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 |
ID | odkejfinkopadmgookpcdgpdcgfnnoim |
公式URL | 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 |
Eメール | [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" } ] } |