IE8 User-Agent
Alternate User-Agent to IE8
IE8 User-Agent क्या है?
IE8 User-Agent Nikolai Kim द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Alternate User-Agent to IE8"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में IE8 User-Agent एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Simple extension that allows alternating user-agent string to Interent Explorer 8 for specific sites.
एक्सटेंशन की मूल जानकारी
नाम | IE8 User-Agent |
ID | kkbhjaadbajeblffmifelmhmagjmlpne |
आधिकारिक URL | https://chromewebstore.google.com/detail/ie8-user-agent/kkbhjaadbajeblffmifelmhmagjmlpne |
विवरण | Alternate User-Agent to IE8 |
फ़ाइल का आकार | 6.4 KB |
स्थापना संख्या | 2,251 |
वर्तमान संस्करण | 0.1.6 |
अंतिम अपडेट | 2016-12-02 |
प्रकाशन तिथि | 2016-12-02 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | Nikolai Kim |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IE8 User-Agent", "version": "0.1.6", "description": "Alternate User-Agent to IE8", "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": { "128": "icon128.png" }, "default_title": "IE8 User-Agent" }, "author": "Nikolay Kim", "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "tabs", "webRequest", "webRequestBlocking", "*:\/\/*\/" ] } |