User-Agent Switcher
Switch between popular useragent strings from toolbar popup!
User-Agent Switcher क्या है?
User-Agent Switcher chYer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Switch between popular useragent strings from toolbar popup!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में User-Agent Switcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Easily change your browser's user agent from the toolbar popup. There are 26 popular user-agent strings to choose from. To work with this addon, please open the toolbar popup and click on the desired user-agent button. Within the toolbar popup, the top row is for mobile user agents, 2nd row is for desktop user agents and the last row is for selecting operating systems. Once you select a user agent, please reload all tabs. To report bugs, please visit the addon's homepage (https://mybrowseraddon.com/useragent-switcher.html) and fill out the bug report form.
एक्सटेंशन की मूल जानकारी
नाम | User-Agent Switcher |
ID | dbclpoekepcmadpkeaelmhiheolhjflj |
आधिकारिक URL | https://chromewebstore.google.com/detail/user-agent-switcher/dbclpoekepcmadpkeaelmhiheolhjflj |
विवरण | Switch between popular useragent strings from toolbar popup! |
फ़ाइल का आकार | 85.29 KB |
स्थापना संख्या | 35,334 |
वर्तमान संस्करण | 0.3.1 |
अंतिम अपडेट | 2024-01-17 |
प्रकाशन तिथि | 2020-03-10 |
रेटिंग | 4.36/5 कुल 94 रेटिंग्स |
डेवलपर | chYer |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://mybrowseraddon.com/useragent-switcher.html |
सहायता पृष्ठ URL | https://mybrowseraddon.com/useragent-switcher.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.3.1", "manifest_version": 3, "name": "User-Agent Switcher", "host_permissions": [ "*:\/\/*\/*" ], "homepage_url": "https:\/\/mybrowseraddon.com\/useragent-switcher.html", "description": "Switch between popular useragent strings from toolbar popup!", "background": { "service_worker": "background.js" }, "permissions": [ "storage", "scripting", "declarativeNetRequest" ], "commands": { "toggle-default-mode": { "description": "Toggle default useragent", "suggested_key": { "mac": "Command+Shift+D", "default": "Ctrl+Shift+D" } } }, "action": { "default_title": "User-Agent Switcher", "default_popup": "data\/popup\/popup.html", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |