Google CDN to Microsoft CDN
Redirects a few JavaScript libraries hosted on Google's CDN (ajax.googleapis.com) to Microsoft's CDN (ajax.aspnetcdn.com)
Google CDN to Microsoft CDN क्या है?
Google CDN to Microsoft CDN em_te द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirects a few JavaScript libraries hosted on Google's CDN (ajax.googleapis.com) to Microsoft's CDN (ajax.aspnetcdn.com)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google CDN to Microsoft CDN एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Websites which try to load the following JavaScript libraries hosted on Google's CDN (ajax.googleapis.com) will quietly have the request redirected to Microsoft's CDN (ajax.aspnetcdn.com): 1) ajax.googleapis.com/ajax/libs/jquery/1.2.3/jquery.min.js 2) ajax.googleapis.com/ajax/libs/jquerymobile/1.2.3/jquery.mobile.min.js 3) ajax.googleapis.com/ajax/libs/jqueryui/1.2.3/jquery-ui.min.js 4) ajax.googleapis.com/ajax/libs/jqueryui/1.2.3/themes/*/jquery-ui.css 5) ajax.googleapis.com/ajax/libs/hammerjs/1.2.3/hammer.min.js This should allow websites like Stack Overflow (www.stackoverflow.com) to work as normal should your company's firewall happen to be blocking Google's CDN. Just one more thing... This extension uses "declarativeNetRequest" to perform the redirection, instead of using "webRequest". This means you can use this extension with confidence because this extension cannot spy on you. It also means the redirection will consume less memory and will be handled directly by the browser meaning it will run faster than usual.
एक्सटेंशन की मूल जानकारी
नाम | Google CDN to Microsoft CDN |
ID | kjjcpieflkeombnodljjegdhbedobldj |
आधिकारिक URL | https://chromewebstore.google.com/detail/google-cdn-to-microsoft-c/kjjcpieflkeombnodljjegdhbedobldj |
विवरण | Redirects a few JavaScript libraries hosted on Google's CDN (ajax.googleapis.com) to Microsoft's CDN (ajax.aspnetcdn.com) |
फ़ाइल का आकार | 26.57 KB |
स्थापना संख्या | 215 |
वर्तमान संस्करण | 0.1.2 |
अंतिम अपडेट | 2022-05-07 |
प्रकाशन तिथि | 2020-09-19 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | em_te |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://em-te.github.io/privacy |
समर्थित भाषाएँ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "author": "Terry", "version": "0.1.2", "description": "__MSG_extDesc__", "manifest_version": 3, "default_locale": "en", "offline_enabled": true, "icons": { "24": "icon_24.png", "48": "icon_48.png", "96": "icon_96.png", "128": "icon_128.png" }, "declarative_net_request": { "rule_resources": [ { "id": "myrules", "enabled": true, "path": "rules.json" } ] }, "background": { "service_worker": "background.js" }, "permissions": [ "declarativeNetRequest" ], "host_permissions": [ "*:\/\/*\/*" ] } |