JoyProxy
JoyProxy
JoyProxy क्या है?
JoyProxy Misha Shulga द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "JoyProxy"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में JoyProxy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
JoyProxy - chrome extension for managing proxy settings. You can add your own proxy servers and use proxy only for your custom domains Also it can change default browser's useragent Contributing Fork it (https://github.com/sh0cked/joy-proxy/fork) Create your feature branch (git checkout -b feature/fooBar) Commit your changes (git commit -am 'Add some fooBar') Push to the branch (git push origin feature/fooBar) Create a new Pull Request
एक्सटेंशन की मूल जानकारी
नाम | |
ID | cfdjgedemlfeincnkcmhegbgkicofekg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/joyproxy/cfdjgedemlfeincnkcmhegbgkicofekg |
विवरण | JoyProxy |
फ़ाइल का आकार | 850 KB |
स्थापना संख्या | 214 |
वर्तमान संस्करण | 0.0.3 |
अंतिम अपडेट | 2018-02-12 |
प्रकाशन तिथि | 2018-02-12 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | Misha Shulga |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "assets\/icons\/icon48.png" }, "default_popup": "assets\/html\/popup.html", "default_title": "JoyProxy" }, "default_locale": "en", "description": "__MSG_description__", "icons": { "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "manifest_version": 2, "name": "__MSG_name__", "permissions": [ "tabs", "storage", "http:\/\/*\/", "https:\/\/*\/", "webNavigation", "webRequest", "webRequestBlocking", "webNavigation", "notifications", "proxy" ], "short_name": "JoyProxy", "version": "0.0.3", "web_accessible_resources": [ "assets\/icons\/icon48.png" ], "content_security_policy": "script-src 'self' https:\/\/fonts.googleapis.com; object-src 'self'", "commands": { "toggle-feature-foo": { "suggested_key": { "default": "Ctrl+Shift+E", "windows": "Ctrl+Shift+E", "mac": "Command+Shift+E" }, "description": "Toggle feature foo" } } } |