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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον decumos, και η κύρια λειτουργία του είναι "Replaces all instances of "Ultimate" with "Super High School Level."".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Super High School Level Browser Addon

Λήψη αρχείων επέκτασης 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
Επίσημο 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"
}