Jakcodex/Muledump CORS Adapter

Manages necessary CORS headers for usage with Jakcodex/Muledump.

Τι είναι το Jakcodex/Muledump CORS Adapter;

Το Jakcodex/Muledump CORS Adapter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://jakcodex.github.io, και η κύρια λειτουργία του είναι "Manages necessary CORS headers for usage with Jakcodex/Muledump.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Jakcodex/Muledump CORS Adapter

Λήψη αρχείων επέκτασης Jakcodex/Muledump CORS Adapter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 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",
        ""
    ],
    "web_accessible_resources": [
        "on.png",
        "off.png"
    ]
}