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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}