Random User-Agent (Switcher)
Automatically change the user agent after specified period of time to a randomly selected one, thus hiding your real user agent
Random User-Agent (Switcher) क्या है?
Random User-Agent (Switcher) https://rua.is-an.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically change the user agent after specified period of time to a randomly selected one, thus hiding your real user agent"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Random User-Agent (Switcher) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
User-Agent - a string that is sent along to any website you visit. This is a sort of "fingerprint" your browser leaves behind which contains: ⭐️ The name and version of your browser ⭐️ The name of the operating system (Mac, Windows, Linux, etc.) and its version ⭐️ Information about some plugins installed on the browser ⭐️ Other information that identifies and exposes you 🚀 This extension has been created to stop data leakage and emulate different devices in the simplest way! It automatically replaces User-Agent strings after a specified period of time with a randomized one. User-Agent strings can also be set manually. The extension is incredibly lightweight, using very few resources. User-Agent randomization can be customized by the user (what browsers and OS are spoofed, etc.). Exceptions list available with the option of wildcards. Protects against Javascript exploits to hide your identity and protect your anonymity. Completely free and with no ads. Made with ❤️ Source code: https://github.com/tarampampam/random-user-agent 💸 For commercial offers, please email me at [email protected]
एक्सटेंशन की मूल जानकारी
नाम | Random User-Agent (Switcher) |
ID | einpaelgookohagofgnnkcfjbkkgepnp |
आधिकारिक URL | https://chromewebstore.google.com/detail/random-user-agent-switche/einpaelgookohagofgnnkcfjbkkgepnp |
विवरण | Automatically change the user agent after specified period of time to a randomly selected one, thus hiding your real user agent |
फ़ाइल का आकार | 108 KB |
स्थापना संख्या | 207,477 |
वर्तमान संस्करण | 3.18.0 |
अंतिम अपडेट | 2023-07-21 |
प्रकाशन तिथि | 2020-05-04 |
रेटिंग | 4.52/5 कुल 301 रेटिंग्स |
डेवलपर | https://rua.is-an.app |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/tarampampam/random-user-agent |
सहायता पृष्ठ URL | https://github.com/tarampampam/random-user-agent/issues?q=is%3Aissue |
समर्थित भाषाएँ | id,de,en,fr,vi,tr,es,pl,pt-BR,ru,uk,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_manifest_name__", "version": "3.18.0", "author": "https:\/\/github.com\/tarampampam", "homepage_url": "https:\/\/github.com\/tarampampam\/random-user-agent", "default_locale": "en", "description": "__MSG_manifest_description__", "icons": { "16": "icons\/logo\/16.png", "48": "icons\/logo\/48.png", "128": "icons\/logo\/128.png" }, "minimum_chrome_version": "49.0", "incognito": "spanning", "browser_action": { "default_icon": "icons\/logo\/48.png", "default_popup": "popup.html", "default_title": "__MSG_manifest_action_default_title__" }, "background": { "page": "background.html", "persistent": true }, "options_ui": { "page": "options.html", "open_in_tab": true }, "content_scripts": [ { "matches": [ " |