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.

TTUN Replaceคืออะไร?

TTUN Replace เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jstewart1759 และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TTUN Replace

ดาวน์โหลดไฟล์ส่วนขยาย TTUN Replace ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TTUN Replace TTUN Replace
ID gnnfldaomdlekpnfgfcddepehbnkmnpf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ttun-replace/gnnfldaomdlekpnfgfcddepehbnkmnpf
คำอธิบาย Nothing ruins the internet for Ohio State fans like seeing the na*e of the state to the north. This the internet safe again.
ขนาดไฟล์ 3.56 KB
จำนวนการติดตั้ง 120
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-11-26
วันที่เผยแพร่ 2016-11-26
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา jstewart1759
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
        }
    ]
}