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 } } |