DSLrentals Proxy & User-Agent Switcher
Using proxy, anonimizer, user-agent switcher
DSLrentals Proxy & User-Agent Switcher क्या है?
DSLrentals Proxy & User-Agent Switcher dslrentals द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Using proxy, anonimizer, user-agent switcher"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DSLrentals Proxy & User-Agent Switcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows users to change their user-agent information (and many other things) that are frequently supplied along with the other information requested by the visited resources. The main reason behind that action is to allow websites to adjust for different browsers and platforms. This is also used to track you. Various internet resources will use all available information to create your profile and then store it and sell it. Why you need this extension - to leave less digital fingerprints while accessing web. You will become anonymous by using our randomly generated profiles. You can become John from United States or Oliver from Australia; you can switch profile easily, just press a button in the extension. With our plugin you can: - Select any type of digital fingerprint (Desktop \ mobile), thousands are available at your disposal. - Select proxies from different locations and types (HTTP(s), SOCKS5, and the safest SSH). - Pick random profiles or save them under different names and reuse later - Automatically clear cookies and history each time you switch proxy & profile - Turn on\off JavaScript fingerprint interceptor - Hide your Browser profile from WebRTC fingerprint detectors - Hide your Browser profile from HTTP, JS fingerprint detectors The safest browsing experience you can find! Let's make internet safer together. https://www.dslrentals.com/terms-of-use/
एक्सटेंशन की मूल जानकारी
नाम | DSLrentals Proxy & User-Agent Switcher |
ID | ibnagokeocfghiajgaecnhlkbfmammda |
आधिकारिक URL | https://chromewebstore.google.com/detail/dslrentals-proxy-user-age/ibnagokeocfghiajgaecnhlkbfmammda |
विवरण | Using proxy, anonimizer, user-agent switcher |
फ़ाइल का आकार | 4.19 MB |
स्थापना संख्या | 255 |
वर्तमान संस्करण | 59 |
अंतिम अपडेट | 2023-02-16 |
प्रकाशन तिथि | 2022-04-22 |
रेटिंग | 4.86/5 कुल 7 रेटिंग्स |
डेवलपर | dslrentals |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.dslrentals.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DSLrentals Proxy & User-Agent Switcher", "description": "Using proxy, anonimizer, user-agent switcher", "default_locale": "en", "browser_action": { "default_popup": "popup.html", "default_title": "DSLrentals Proxy & User-Agent Switcher", "default_icon": "img\/dsl128.png" }, "background": { "page": "background.html", "persistent": true }, "content_scripts": [ { "all_frames": true, "js": [ "content.bundle.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self' ", "options_page": "options.html", "permissions": [ "notifications", "webNavigation", "proxy", "privacy", "contentSettings", "cookies", "tabs", "webRequest", "webRequestBlocking", "browsingData", " |