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 to jest TTUN Replace?

TTUN Replace to rozszerzenie Chrome opracowane przez jstewart1759, a jego główną funkcją jest „Nothing ruins the internet for Ohio State fans like seeing the na*e of the state to the north. This the internet safe again.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia TTUN Replace

Pobierz pliki rozszerzeń TTUN Replace w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa TTUN Replace TTUN Replace
ID gnnfldaomdlekpnfgfcddepehbnkmnpf
Oficjalny URL https://chromewebstore.google.com/detail/ttun-replace/gnnfldaomdlekpnfgfcddepehbnkmnpf
Opis Nothing ruins the internet for Ohio State fans like seeing the na*e of the state to the north. This the internet safe again.
Rozmiar pliku 3.56 KB
Liczba instalacji 120
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-11-26
Data Publikacji 2016-11-26
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper jstewart1759
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
        }
    ]
}