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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Removes Amazon tags, item names, and refs from links"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Remove Amazon tag and ref links
ดาวน์โหลดไฟล์ส่วนขยาย 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 } } |