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.

Qu'est-ce que TTUN Replace ?

TTUN Replace est une extension Chrome développée par jstewart1759, et sa fonction principale est "Nothing ruins the internet for Ohio State fans like seeing the na*e of the state to the north. This the internet safe again.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TTUN Replace

Téléchargez les fichiers d'extension TTUN Replace au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom TTUN Replace TTUN Replace
ID gnnfldaomdlekpnfgfcddepehbnkmnpf
URL Officiel https://chromewebstore.google.com/detail/ttun-replace/gnnfldaomdlekpnfgfcddepehbnkmnpf
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.
Taille du Fichier 3.56 KB
Nombre d'Installations 120
Version Actuelle 1.0
Dernière Mise à Jour 2016-11-26
Date de Publication 2016-11-26
Évaluation 5.00/5 Total 3 Évaluations
Développeur jstewart1759
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}