deekay

Finder of Lost Articles on magic.wizards.com

Cos'è deekay?

deekay è un'estensione di Chrome sviluppata da MaxMakesMagic, e la sua funzione principale è "Finder of Lost Articles on magic.wizards.com".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione deekay

Scarica i file di estensione deekay in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        DeeKay is a Chrome extension which tries to fix up broken articles on https://magic.wizards.com by providing a Wayback alternative                    

Informazioni di Base sull'Estensione

Nome deekay deekay
ID hgmdbmkbjfbijcieojcfnjpbklkfknba
URL Ufficiale https://chromewebstore.google.com/detail/deekay/hgmdbmkbjfbijcieojcfnjpbklkfknba
Descrizione Finder of Lost Articles on magic.wizards.com
Dimensione del File 3.32 MB
Conteggio Installazioni 76
Versione Corrente 0.0.0.2
Ultimo Aggiornamento 2023-12-28
Data di Pubblicazione 2023-12-24
Sviluppatore MaxMakesMagic
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/maxmakesmagic/deekay
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "deekay",
    "description": "Finder of Lost Articles on magic.wizards.com",
    "version": "0.0.0.2",
    "manifest_version": 3,
    "icons": {
        "48": "\/assets\/icons\/48.png",
        "128": "\/assets\/icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/magic.wizards.com\/*"
            ],
            "js": [
                "deekay.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "hashes\/*"
            ],
            "matches": [
                "https:\/\/magic.wizards.com\/*"
            ]
        }
    ]
}