Super High School Level Browser Addon

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

What is Super High School Level Browser Addon?

Super High School Level Browser Addon is a Chrome extension developed by decumos, and its main feature is "Replaces all instances of "Ultimate" with "Super High School Level."".

Extension Screenshots

screenshot
screenshot

Download Super High School Level Browser Addon Extension CRX File

Download Super High School Level Browser Addon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Super High School Level Browser Addon Super High School Level Browser Addon
ID bjildicncaekjoiiamclbglmfnepoldc
Official URL https://chrome.google.com/webstore/detail/super-high-school-level-b/bjildicncaekjoiiamclbglmfnepoldc
Description Replaces all instances of "Ultimate" with "Super High School Level."
File Size 3.67 KB
Installation Count 39
Current Version 1.0
Last Updated 2019-09-08
Publish Date 2019-09-07
Rating 4.67/5 Total 3 Ratings
Developer decumos
Email [email protected]
Payment Type free
Supported Languages 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"
}