Super High School Level Browser Addon

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

Cos'è Super High School Level Browser Addon?

Super High School Level Browser Addon è un'estensione di Chrome sviluppata da decumos, e la sua funzione principale è "Replaces all instances of "Ultimate" with "Super High School Level."".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Super High School Level Browser Addon

Scarica i file di estensione Super High School Level Browser Addon 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

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

Informazioni di Base sull'Estensione

Nome Super High School Level Browser Addon Super High School Level Browser Addon
ID bjildicncaekjoiiamclbglmfnepoldc
URL Ufficiale https://chrome.google.com/webstore/detail/super-high-school-level-b/bjildicncaekjoiiamclbglmfnepoldc
Descrizione Replaces all instances of "Ultimate" with "Super High School Level."
Dimensione del File 3.67 KB
Conteggio Installazioni 39
Versione Corrente 1.0
Ultimo Aggiornamento 2019-09-08
Data di Pubblicazione 2019-09-07
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore decumos
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}