Sharknado but without the sharks Mod

Changes tornado to Sharknado but without the sharks. Idea by @_mattlynch

Sharknado but without the sharks Modคืออะไร?

Sharknado but without the sharks Mod เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fats Gordo และคุณลักษณะหลักของมันคือ "Changes tornado to Sharknado but without the sharks. Idea by @_mattlynch"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sharknado but without the sharks Mod

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

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

                        Changes the word "tornado" to "Sharknado but without the sharks"                    

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

ชื่อ Sharknado but without the sharks Mod Sharknado but without the sharks Mod
ID ajmgpljcejihmhmbcocjgppbfihlgkfi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sharknado-but-without-the/ajmgpljcejihmhmbcocjgppbfihlgkfi
คำอธิบาย Changes tornado to Sharknado but without the sharks. Idea by @_mattlynch
ขนาดไฟล์ 3.61 KB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2017-08-31
วันที่เผยแพร่ 2017-08-31
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Fats Gordo
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sharknado but without the sharks Mod",
    "description": "Changes tornado to Sharknado but without the sharks. Idea by @_mattlynch",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}