MagicNumbers

Find&Preview your magic number with this extension!

Co je MagicNumbers?

MagicNumbers je rozšíření Chrome vyvinuté underscorestarchaser, a jeho hlavní funkcí je „Find&Preview your magic number with this extension!“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření MagicNumbers

Stáhněte si soubory rozšíření MagicNumbers ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Are you bored? 
CTRL+C and CTRL+V too much time
Now it easy!
You only highlight some magicnumber and right click now you can "warp" to nhentai or you can doubleclick on magicnumber to preview it <3                    

Základní Informace o Rozšíření

Název MagicNumbers MagicNumbers
ID eachmpbcaoeffcmbeokmafkgdaffedpi
Oficiální URL https://chrome.google.com/webstore/detail/magicnumbers/eachmpbcaoeffcmbeokmafkgdaffedpi
Popis Find&Preview your magic number with this extension!
Velikost souboru 56.42 KB
Počet instalací 162
Aktuální Verze 1.0
Poslední Aktualizace 2020-04-02
Datum Vydání 2020-03-31
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář underscorestarchaser
Typ Platby free
Webové stránky Rozšíření http://starchaser.me/magic_numbers
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MagicNumbers",
    "description": "Find&Preview your magic number with this extension!",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icons\/32.png"
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}