Jakcodex/Muledump CORS Adapter
Manages necessary CORS headers for usage with Jakcodex/Muledump.
Jakcodex/Muledump CORS Adapter क्या है?
Jakcodex/Muledump CORS Adapter https://jakcodex.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manages necessary CORS headers for usage with Jakcodex/Muledump."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Jakcodex/Muledump CORS Adapter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension looks for requests made to the Realm of the Mad God game servers. When a valid request is detected it inserts a response header to enable your browser to talk directly with the game API without involving a third party in the connection. Warning: As of Chrome v76, request types that Muledump utilize for communications with Deca are no longer sent to extensions. It is recommended you switch to Opera and then install this extension there.
एक्सटेंशन की मूल जानकारी
नाम | Jakcodex/Muledump CORS Adapter |
ID | iimhkldbldnmapepklmeeinclchfkddd |
आधिकारिक URL | https://chromewebstore.google.com/detail/jakcodexmuledump-cors-ada/iimhkldbldnmapepklmeeinclchfkddd |
विवरण | Manages necessary CORS headers for usage with Jakcodex/Muledump. |
फ़ाइल का आकार | 556 KB |
स्थापना संख्या | 3,286 |
वर्तमान संस्करण | 1.1.5 |
अंतिम अपडेट | 2019-08-20 |
प्रकाशन तिथि | 2019-08-20 |
रेटिंग | 4.69/5 कुल 13 रेटिंग्स |
डेवलपर | https://jakcodex.github.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/jakcodex/muledump-cors-adapter |
सहायता पृष्ठ URL | https://github.com/jakcodex/muledump/issues |
गोपनीयता नीति पृष्ठ URL | https://jakcodex.github.io/muledump/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jakcodex\/Muledump CORS Adapter", "short_name": "muledump-cors-adapter", "version": "1.1.5", "manifest_version": 2, "description": "Manages necessary CORS headers for usage with Jakcodex\/Muledump.", "icons": { "16": "lib\/icon-16.png", "32": "lib\/icon-32.png", "48": "lib\/icon-48.png", "128": "lib\/icon-128.png" }, "homepage_url": "https:\/\/github.com\/jakcodex\/muledump-cors-adapter", "background": { "scripts": [ "lib\/background.js" ] }, "browser_action": { "default_icon": "lib\/on.png", "default_title": "Jakcodex\/Muledump CORS Adapter", "default_popup": "popup.html" }, "permissions": [ "storage", "webRequest", "webRequestBlocking", " |