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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces all instances of "Ultimate" with "Super High School Level.""।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Super High School Level Browser Addon एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
}