RandomUA
Switches the user agent of the browser randomly for each new request.
ما هو RandomUA؟
RandomUA هو إضافة Chrome تم تطويرها بواسطة lfstindall، والميزة الرئيسية لها هي "Switches the user agent of the browser randomly for each new request.".
تحميل ملف CRX للإضافة RandomUA
قم بتنزيل ملفات الامتداد RandomUA بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
RandomUA is a WebExtension that changes your User-Agent string to a sensible-looking string which is different for every request. Supports excluding arbitrary URLs and fragments, and generating mobile-like UAs. A User-Agent string is a piece of information that your computer sends to every website you go to. It tells them what software you use to access the Internet, what kind of computer you’re using, and what kind of operating system you use. Some of this is really important to those websites, but most of it isn’t, and it can be used to help track you without your consent. Many browser fingerprinting solutions use the User-Agent as a relatively constant string, because most users UAs only change when their browser updates. Therefore, having a different UA on each request make it a lot easier to evade these tracking schemes. RandomUA requires access to all URLs and web request data for its core function: it has to be able to change your user agent string!
معلومات أساسية عن التمديد
الاسم | RandomUA |
ID | hjnnbhmaakbibdndnmjbkppmfjoejadg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/randomua/hjnnbhmaakbibdndnmjbkppmfjoejadg |
الوصف | Switches the user agent of the browser randomly for each new request. |
حجم الملف | 19.3 KB |
عدد التثبيتات | 63 |
النسخة الحالية | 1.1.0 |
آخر تحديث | 2017-11-08 |
تاريخ النشر | 2017-11-08 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | lfstindall |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://leotindall.com/randomua/ |
عنوان صفحة المساعدة | https://leotindall.com/randomua/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RandomUA", "short_name": "RandomUA", "author": "Leo Tindall", "version": "1.1.0", "developer": { "name": "Leo Tindall", "url": "https:\/\/leotindall.com\/randomua\/" }, "description": "Switches the user agent of the browser randomly for each new request.", "icons": { "48": "icons\/randomua-48.png", "96": "icons\/randomua-96.png" }, "permissions": [ "storage", "webRequest", "webRequestBlocking", " |