h3h3 Theme - Ethan's Dance

For them spontaneous moments when you just need Ethan Klein dancing around your screen

h3h3 Theme - Ethan's Danceคืออะไร?

h3h3 Theme - Ethan's Dance เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Blinno และคุณลักษณะหลักของมันคือ "For them spontaneous moments when you just need Ethan Klein dancing around your screen"

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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย h3h3 Theme - Ethan's Dance

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

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

                        Ethan Klein, from h3h3 productions, dancing to the full theme song.

NOTE: Still cant get the greenscreen to work properly.                    

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

ชื่อ h3h3 Theme - Ethan's Dance h3h3 Theme - Ethan's Dance
ID hijcjjbjnadcogjackjhnjnbpjinbefl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/h3h3-theme-ethans-dance/hijcjjbjnadcogjackjhnjnbpjinbefl
คำอธิบาย For them spontaneous moments when you just need Ethan Klein dancing around your screen
ขนาดไฟล์ 306 KB
จำนวนการติดตั้ง 431
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2019-06-14
วันที่เผยแพร่ 2019-06-14
คะแนน 4.53/5 รวมทั้งหมด 43 คะแนน
ผู้พัฒนา Blinno
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "h3h3 Theme - Ethan's Dance",
    "version": "2.0.1",
    "manifest_version": 2,
    "description": "For them spontaneous moments when you just need Ethan Klein dancing around your screen",
    "icons": {
        "16": "icons\/h3h3.png",
        "48": "icons\/h3h3.png",
        "128": "icons\/h3h3.png"
    },
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/h3h3.png",
        "default_title": "h3h3 Dance"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "inject.css"
            ]
        }
    ]
}