Dancing Zebra Extension

Add Dancing Zebra to videos on this page

什么是Dancing Zebra Extension?

Dancing Zebra Extension是由Adam Ullman开发的Chrome扩展程序,该扩展的主要功能是“Add Dancing Zebra to videos on this page”。

扩展截图

screenshot
screenshot

下载Dancing Zebra Extension扩展crx文件

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