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”。
擴展截圖
下載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 |
ID | npjlmilnlbjddllkfefchchennjhgmng |
官方網址 | 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" } } |