Agentium: User agent switcher
Control the user agent identity reported by your browser.
Agentium: User agent switcher क्या है?
Agentium: User agent switcher Chuan Ji द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Control the user agent identity reported by your browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Agentium: User agent switcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Agentium is an extension for controlling the user agent identity reported by your browser, allowing you for instance to view the mobile version of a website on your computer. Highlights: - Quickly select user agent identity from a default list of popular browsers - Add your own custom user agent identities - Simple & clean UI This is open-source software distributed under the Apache 2.0 License. Please feel free to fork & contribute at https://github.com/jichu4n/agentium.
एक्सटेंशन की मूल जानकारी
नाम | Agentium: User agent switcher |
ID | kabejgcoafnliefbhejpfahdecimjcje |
आधिकारिक URL | https://chromewebstore.google.com/detail/agentium-user-agent-switc/kabejgcoafnliefbhejpfahdecimjcje |
विवरण | Control the user agent identity reported by your browser. |
फ़ाइल का आकार | 1.22 MB |
स्थापना संख्या | 8,461 |
वर्तमान संस्करण | 0.1.1 |
अंतिम अपडेट | 2018-11-10 |
प्रकाशन तिथि | 2018-11-05 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | Chuan Ji |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/jichu4n/agentium |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Agentium: User agent switcher", "short_name": "Agentium", "author": "Chuan Ji", "version": "0.1.1", "description": "Control the user agent identity reported by your browser.", "homepage_url": "https:\/\/github.com\/jichu4n\/agentium", "icons": { "32": "icon-32.png", "128": "icon-128.png" }, "browser_action": { "default_icon": { "32": "icon-32.png", "40": "icon-40.png" }, "default_title": "Agentium", "default_popup": "popup.html" }, "background": { "page": "background.html", "persistent": true }, "options_page": "options.html", "options_ui": { "page": "options.html" }, "permissions": [ "contextMenus", "storage", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "applications": { "gecko": { "id": "{23b8c629-e439-4cc6-a694-31f5dd918aff}" } } } |