Remove Amazon tag and ref links
Removes Amazon tags, item names, and refs from links
Remove Amazon tag and ref linksとは何ですか?
Remove Amazon tag and ref linksはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Removes Amazon tags, item names, and refs from links」です。
拡張機能のスクリーンショット
Remove Amazon tag and ref links拡張機能のCRXファイルをダウンロード
Remove Amazon tag and ref links拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When directed to an Amazon link, it will strip out any affiliate links, product names, or tracking references from the URL. Leaving you with a much shorter URL to copy/paste.
拡張機能の基本情報
名前 | Remove Amazon tag and ref links |
ID | idoiiaaneaalcjpokjiaopdcbikfjkgi |
公式URL | https://chromewebstore.google.com/detail/remove-amazon-tag-and-ref/idoiiaaneaalcjpokjiaopdcbikfjkgi |
説明 | Removes Amazon tags, item names, and refs from links |
ファイルサイズ | 3.76 KB |
インストール数 | 435 |
現在のバージョン | 0.4 |
最終更新日 | 2017-06-19 |
公開日 | 2017-06-19 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Remove Amazon tag and ref links", "description": "Removes Amazon tags, item names, and refs from links", "version": "0.4", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/www.amazon.com\/*", "*:\/\/www.amazon.co.uk\/*", "*:\/\/amazon.com\/*", "*:\/\/amazon.co.uk\/*" ], "background": { "scripts": [ "backgroundscript.js" ], "persistent": true } } |