Super High School Level Browser Addon

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

什麼是Super High School Level Browser Addon?

Super High School Level Browser Addon是由decumos開發的Chrome擴展程式,該擴展的主要功能是“Replaces all instances of "Ultimate" with "Super High School Level."”。

擴展截圖

screenshot
screenshot

下載Super High School Level Browser Addon擴展crx文件

下載Super High School Level Browser Addon擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Super High School Level Browser Addon Super High School Level Browser Addon
ID bjildicncaekjoiiamclbglmfnepoldc
官方網址 https://chrome.google.com/webstore/detail/super-high-school-level-b/bjildicncaekjoiiamclbglmfnepoldc
簡介 Replaces all instances of "Ultimate" with "Super High School Level."
檔案大小 3.67 KB
安裝次數 39
目前版本 1.0
更新時間 2019-09-08
上架時間 2019-09-07
評分 4.67/5 共 3 次評分
開發者 decumos
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
}