Super High School Level Browser Addon

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

Co to jest Super High School Level Browser Addon?

Super High School Level Browser Addon to rozszerzenie Chrome opracowane przez decumos, a jego główną funkcją jest „Replaces all instances of "Ultimate" with "Super High School Level."”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Super High School Level Browser Addon

Pobierz pliki rozszerzeń Super High School Level Browser Addon w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Super High School Level Browser Addon Super High School Level Browser Addon
ID bjildicncaekjoiiamclbglmfnepoldc
Oficjalny URL https://chrome.google.com/webstore/detail/super-high-school-level-b/bjildicncaekjoiiamclbglmfnepoldc
Opis Replaces all instances of "Ultimate" with "Super High School Level."
Rozmiar pliku 3.67 KB
Liczba instalacji 39
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2019-09-08
Data Publikacji 2019-09-07
Ocena 4.67/5 Łącznie 3 Oceny
Deweloper decumos
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}