TTUN Replace

Nothing ruins the internet for Ohio State fans like seeing the na*e of the state to the north. This the internet safe again.

Τι είναι το TTUN Replace;

Το TTUN Replace είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jstewart1759, και η κύρια λειτουργία του είναι "Nothing ruins the internet for Ohio State fans like seeing the na*e of the state to the north. This the internet safe again.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης TTUN Replace

Λήψη αρχείων επέκτασης TTUN Replace σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Tired of seeing the na*e of the state that is north of Ohio?  The internet has long been a scary place for Ohio State fans - it is now safe again.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα TTUN Replace TTUN Replace
ID gnnfldaomdlekpnfgfcddepehbnkmnpf
Επίσημο URL https://chromewebstore.google.com/detail/ttun-replace/gnnfldaomdlekpnfgfcddepehbnkmnpf
Περιγραφή Nothing ruins the internet for Ohio State fans like seeing the na*e of the state to the north. This the internet safe again.
Μέγεθος Αρχείου 3.56 KB
Αριθμός Εγκαταστάσεων 120
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2016-11-26
Ημερομηνία Δημοσίευσης 2016-11-26
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής jstewart1759
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TTUN Replace",
    "description": "Nothing ruins the internet for Ohio State fans like seeing the na*e of the state to the north. This the internet safe again.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}