deekay

Finder of Lost Articles on magic.wizards.com

What is deekay?

deekay is a Chrome extension developed by MaxMakesMagic, and its main feature is "Finder of Lost Articles on magic.wizards.com".

Extension Screenshots

screenshot

Download deekay Extension CRX File

Download deekay extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name deekay deekay
ID hgmdbmkbjfbijcieojcfnjpbklkfknba
Official URL https://chromewebstore.google.com/detail/deekay/hgmdbmkbjfbijcieojcfnjpbklkfknba
Description Finder of Lost Articles on magic.wizards.com
File Size 3.32 MB
Installation Count 76
Current Version 0.0.0.2
Last Updated 2023-12-28
Publish Date 2023-12-24
Developer MaxMakesMagic
Email [email protected]
Payment Type free
Extension Website https://github.com/maxmakesmagic/deekay
Supported Languages 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\/*"
            ]
        }
    ]
}