Super High School Level Browser Addon

Replaces all instances of "Ultimate" with "Super High School Level."

Co je Super High School Level Browser Addon?

Super High School Level Browser Addon je rozšíření Chrome vyvinuté decumos, a jeho hlavní funkcí je „Replaces all instances of "Ultimate" with "Super High School Level."“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Super High School Level Browser Addon

Stáhněte si soubory rozšíření Super High School Level Browser Addon 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í

                        Replaces all instances of "Super High School Level" with "Super High School Level."
Inspired by Danganronpa game franchise and "Drumpfinator".                    

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

Název Super High School Level Browser Addon Super High School Level Browser Addon
ID bjildicncaekjoiiamclbglmfnepoldc
Oficiální URL https://chrome.google.com/webstore/detail/super-high-school-level-b/bjildicncaekjoiiamclbglmfnepoldc
Popis Replaces all instances of "Ultimate" with "Super High School Level."
Velikost souboru 3.67 KB
Počet instalací 39
Aktuální Verze 1.0
Poslední Aktualizace 2019-09-08
Datum Vydání 2019-09-07
Hodnocení 4.67/5 Celkem 3 Hodnocení
Vývojář decumos
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_title": "Super High School Level Browser Addon"
    },
    "content_scripts": [
        {
            "js": [
                "data\/content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "description": "Replaces all instances of \"Ultimate\" with \"Super High School Level.\"",
    "manifest_version": 2,
    "name": "Super High School Level Browser Addon",
    "permissions": [
        "tabs"
    ],
    "version": "1.0"
}