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.

Apa itu TTUN Replace?

TTUN Replace adalah ekstensi Chrome yang dikembangkan oleh jstewart1759, dan fitur utamanya adalah "Nothing ruins the internet for Ohio State fans like seeing the na*e of the state to the north. This the internet safe again.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi TTUN Replace

Unduh file ekstensi TTUN Replace dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama TTUN Replace TTUN Replace
ID gnnfldaomdlekpnfgfcddepehbnkmnpf
URL Resmi https://chromewebstore.google.com/detail/ttun-replace/gnnfldaomdlekpnfgfcddepehbnkmnpf
Deskripsi Nothing ruins the internet for Ohio State fans like seeing the na*e of the state to the north. This the internet safe again.
Ukuran File 3.56 KB
Jumlah Instalasi 120
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-11-26
Tanggal Publikasi 2016-11-26
Penilaian 5.00/5 Total 3 Penilaian
Pengembang jstewart1759
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}