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.

Wat is TTUN Replace?

TTUN Replace is een Chrome-extensie ontwikkeld door jstewart1759, en de belangrijkste functie is "Nothing ruins the internet for Ohio State fans like seeing the na*e of the state to the north. This the internet safe again.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie TTUN Replace

Download TTUN Replace-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam TTUN Replace TTUN Replace
ID gnnfldaomdlekpnfgfcddepehbnkmnpf
Officiële URL https://chromewebstore.google.com/detail/ttun-replace/gnnfldaomdlekpnfgfcddepehbnkmnpf
Beschrijving Nothing ruins the internet for Ohio State fans like seeing the na*e of the state to the north. This the internet safe again.
Bestandsgrootte 3.56 KB
Aantal Installaties 120
Huidige Versie 1.0
Laatst Bijgewerkt 2016-11-26
Publicatiedatum 2016-11-26
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar jstewart1759
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}