Super High School Level Browser Addon

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

Apa itu Super High School Level Browser Addon?

Super High School Level Browser Addon adalah ekstensi Chrome yang dikembangkan oleh decumos, dan fitur utamanya adalah "Replaces all instances of "Ultimate" with "Super High School Level."".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Super High School Level Browser Addon

Unduh file ekstensi Super High School Level Browser Addon dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Super High School Level Browser Addon Super High School Level Browser Addon
ID bjildicncaekjoiiamclbglmfnepoldc
URL Resmi https://chrome.google.com/webstore/detail/super-high-school-level-b/bjildicncaekjoiiamclbglmfnepoldc
Deskripsi Replaces all instances of "Ultimate" with "Super High School Level."
Ukuran File 3.67 KB
Jumlah Instalasi 39
Versi Saat Ini 1.0
Terakhir Diperbarui 2019-09-08
Tanggal Publikasi 2019-09-07
Penilaian 4.67/5 Total 3 Penilaian
Pengembang decumos
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
}