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.

Co je TTUN Replace?

TTUN Replace je rozšíření Chrome vyvinuté jstewart1759, a jeho hlavní funkcí je „Nothing ruins the internet for Ohio State fans like seeing the na*e of the state to the north. This the internet safe again.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření TTUN Replace

Stáhněte si soubory rozšíření TTUN Replace ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název TTUN Replace TTUN Replace
ID gnnfldaomdlekpnfgfcddepehbnkmnpf
Oficiální URL https://chromewebstore.google.com/detail/ttun-replace/gnnfldaomdlekpnfgfcddepehbnkmnpf
Popis Nothing ruins the internet for Ohio State fans like seeing the na*e of the state to the north. This the internet safe again.
Velikost souboru 3.56 KB
Počet instalací 120
Aktuální Verze 1.0
Poslední Aktualizace 2016-11-26
Datum Vydání 2016-11-26
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář jstewart1759
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}