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.

Vad är TTUN Replace?

TTUN Replace är en Chrome-tillägg utvecklad av jstewart1759, och dess huvudfunktion är "Nothing ruins the internet for Ohio State fans like seeing the na*e of the state to the north. This the internet safe again.".

Tilläggsskärmbilder

screenshot

Ladda ner TTUN Replace-förlängningens CRX-fil

Ladda ner TTUN Replace-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn TTUN Replace TTUN Replace
ID gnnfldaomdlekpnfgfcddepehbnkmnpf
Officiell webbadress https://chromewebstore.google.com/detail/ttun-replace/gnnfldaomdlekpnfgfcddepehbnkmnpf
Beskrivning Nothing ruins the internet for Ohio State fans like seeing the na*e of the state to the north. This the internet safe again.
Filstorlek 3.56 KB
Antal Installationer 120
Aktuell Version 1.0
Senast Uppdaterad 2016-11-26
Publiceringsdatum 2016-11-26
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare jstewart1759
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        }
    ]
}