User Agent Switcher, URL sniffer
This extension can switch the user agent of a browser. and it allows you to find all HTTP URLs.
User Agent Switcher, URL sniffer क्या है?
User Agent Switcher, URL sniffer Smart Software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension can switch the user agent of a browser. and it allows you to find all HTTP URLs."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में User Agent Switcher, URL sniffer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Most web pages are fully and completely compatible with Chrome. However, there are some sites that insist upon using a different browser. So, an extension has been developed for Chrome called the Ultimate User Agent Switcher. When a web page suggests using a different browser or upgrading the current one, the Ultimate User Agent Switcher tricks the web site into believing that it is a different browser, often allowing access. And this extension allows you to find all HTTP URLs. (URL sniffer feature) This extension supports Chrome 18 and later. *Enable,disable switcher *Add,edit User Agent list *Filters to apply *URL pattern to apply *View URL sniffer log (type,method,URL,original HTTP headers..) *Export/Import settings *Various options http://iblogbox.com/chrome/useragent
एक्सटेंशन की मूल जानकारी
नाम | User Agent Switcher, URL sniffer |
ID | ljfpjnehmoiabkefmnjegmpdddgcdnpo |
आधिकारिक URL | https://chromewebstore.google.com/detail/user-agent-switcher-url-s/ljfpjnehmoiabkefmnjegmpdddgcdnpo |
विवरण | This extension can switch the user agent of a browser. and it allows you to find all HTTP URLs. |
फ़ाइल का आकार | 111 KB |
स्थापना संख्या | 86,832 |
वर्तमान संस्करण | 0.9.4.2 |
अंतिम अपडेट | 2022-11-19 |
प्रकाशन तिथि | 2020-12-01 |
रेटिंग | 4.31/5 कुल 430 रेटिंग्स |
डेवलपर | Smart Software |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://iblogbox.com/chrome/useragent |
गोपनीयता नीति पृष्ठ URL | http://iblogbox.com/chrome/tos.php |
समर्थित भाषाएँ | de,en,en-GB,fr,nl,no,vi,da,es,it,hu,pl,fi,sr,ru,iw,ar,ja,ko |
manifest.json | |
{ "default_locale": "en", "description": "__MSG_ext_description__", "background": { "page": "background.html" }, "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "browser_action": { "default_icon": "images\/icon32.png", "default_title": "User Agent Switcher, URL sniffer", "default_popup": "popup.html" }, "name": "User Agent Switcher, URL sniffer", "options_page": "options.html", "content_scripts": [ { "all_frames": true, "js": [ "js\/option2.js" ], "matches": [ "*:\/\/iblogbox.com\/chrome\/useragent\/option\/*" ] } ], "permissions": [ "webRequest", "webRequestBlocking", " |