Anon.to
anon.to is an anonymous URL redirector
ما هو Anon.to؟
Anon.to هو إضافة Chrome تم تطويرها بواسطة https://nelb.gr، والميزة الرئيسية لها هي "anon.to is an anonymous URL redirector".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Anon.to
قم بتنزيل ملفات الامتداد Anon.to بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Anon.to is an anonymous URL redirector The advantages of anonymizing your external links with Anon.to You can use this extension to prevent their site from appearing in the server logs of referred pages as referrer. The operators of the referred pages cannot see where their visitors come from any more. Using the referrer removal service is quite easy: We auto produces an anonymous link to tainies-online.info which prevents the original site from appearing as a referrer in the logfiles of the referred page.
معلومات أساسية عن التمديد
الاسم | Anon.to |
ID | nhahkocnjeopkbemoeefkomdjbebhenb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/anonto/nhahkocnjeopkbemoeefkomdjbebhenb |
الوصف | anon.to is an anonymous URL redirector |
حجم الملف | 12.33 KB |
عدد التثبيتات | 72 |
النسخة الحالية | 2 |
آخر تحديث | 2018-02-24 |
تاريخ النشر | 2018-02-24 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://nelb.gr |
نوع الدفع | free |
موقع الإضافة | https://www.tainies-online.info/ |
عنوان صفحة المساعدة | https://www.tainies-online.info/ |
اللغات المدعومة | en |
manifest.json | |
{ "browser_action": { "default_icon": { "16": "images\/play_icon.png", "32": "images\/play_icon.png" }, "default_title": "Anon.to" }, "content_scripts": [ { "js": [ "hide.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "description": "anon.to is an anonymous URL redirector", "homepage_url": "https:\/\/www.tainies-online.info", "manifest_version": 2, "name": "Anon.to", "permissions": [ "activeTab", "webRequest", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2" } |