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 |
官方網址 | 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 } } |