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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } } |