Dancing Zebra Extension

Add Dancing Zebra to videos on this page

Dancing Zebra Extensionคืออะไร?

Dancing Zebra Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adam Ullman และคุณลักษณะหลักของมันคือ "Add Dancing Zebra to videos on this page"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dancing Zebra Extension

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

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

                        This Chrome Extension allows anyone to add John Oliver's dancing Bolivian Zebra to any video on a website with the click of a button. Simply click on the Zebra icon when you are on a website that has a video playing and hilarity will ensue.                    

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

ชื่อ Dancing Zebra Extension Dancing Zebra Extension
ID npjlmilnlbjddllkfefchchennjhgmng
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dancing-zebra-extension/npjlmilnlbjddllkfefchchennjhgmng
คำอธิบาย Add Dancing Zebra to videos on this page
ขนาดไฟล์ 69.19 MB
จำนวนการติดตั้ง 72
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-03-25
วันที่เผยแพร่ 2017-03-25
คะแนน 3.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Adam Ullman
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dancing Zebra Extension",
    "description": "Add Dancing Zebra to videos on this page",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Add Dancing Zebra to videos on this page"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "zebra.mp4"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}