Remove Amazon tag and ref links
Removes Amazon tags, item names, and refs from links
Remove Amazon tag and ref links là gì?
Remove Amazon tag and ref links là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Removes Amazon tags, item names, and refs from links".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Remove Amazon tag and ref links
Tải xuống các tệp mở rộng Remove Amazon tag and ref links dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Remove Amazon tag and ref links |
ID | idoiiaaneaalcjpokjiaopdcbikfjkgi |
URL Chính Thức | https://chromewebstore.google.com/detail/remove-amazon-tag-and-ref/idoiiaaneaalcjpokjiaopdcbikfjkgi |
Mô tả | Removes Amazon tags, item names, and refs from links |
Kích Thước Tệp | 3.76 KB |
Số Lần Cài Đặt | 435 |
Phiên Bản Hiện Tại | 0.4 |
Cập Nhật Lần Cuối | 2017-06-19 |
Ngày Phát Hành | 2017-06-19 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |