Amazon Unsponsor
Hide or highlight Amazon sponsored items
Amazon Unsponsorとは何ですか?
Amazon UnsponsorはDaniel Albersによって開発されたChromeの拡張機能で、その主な機能は「Hide or highlight Amazon sponsored items」です。
拡張機能のスクリーンショット
Amazon Unsponsor拡張機能のCRXファイルをダウンロード
Amazon Unsponsor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Search results on Amazon often include sponsored items with low relevance. This addon shades the background of these items or alternatively removes them altogether.
拡張機能の基本情報
名前 | Amazon Unsponsor |
ID | kfaknphcidikmjhmmfmphghhlcoknflj |
公式URL | https://chromewebstore.google.com/detail/amazon-unsponsor/kfaknphcidikmjhmmfmphghhlcoknflj |
説明 | Hide or highlight Amazon sponsored items |
ファイルサイズ | 23.82 KB |
インストール数 | 1,239 |
現在のバージョン | 0.4.2 |
最終更新日 | 2023-04-24 |
公開日 | 2020-05-13 |
評価 | 3.82/5 合計 11 レビュー |
開発者 | Daniel Albers |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon Unsponsor", "version": "0.4.2", "description": "Hide or highlight Amazon sponsored items", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.amazon.ae\/*", "https:\/\/www.amazon.ca\/*", "https:\/\/www.amazon.cn\/*", "https:\/\/www.amazon.co.jp\/*", "https:\/\/www.amazon.co.uk\/*", "https:\/\/www.amazon.com\/*", "https:\/\/www.amazon.com.au\/*", "https:\/\/www.amazon.com.br\/*", "https:\/\/www.amazon.com.sg\/*", "https:\/\/www.amazon.com.tr\/*", "https:\/\/www.amazon.de\/*", "https:\/\/www.amazon.eg\/*", "https:\/\/www.amazon.es\/*", "https:\/\/www.amazon.fr\/*", "https:\/\/www.amazon.in\/*", "https:\/\/www.amazon.it\/*", "https:\/\/www.amazon.mx\/*", "https:\/\/www.amazon.nl\/*", "https:\/\/www.amazon.pl\/*", "https:\/\/www.amazon.se\/*" ], "js": [ "js\/content.js" ] } ], "options_ui": { "page": "options.html", "open_in_tab": false }, "icons": { "16": "icons\/logo16.png", "48": "icons\/logo48.png", "128": "icons\/logo128.png" }, "manifest_version": 2 } |