Dancing Zebra Extension
Add Dancing Zebra to videos on this page
What is Dancing Zebra Extension?
Dancing Zebra Extension is a Chrome extension developed by Adam Ullman, and its main feature is "Add Dancing Zebra to videos on this page".
Extension Screenshots
Download Dancing Zebra Extension Extension CRX File
Download Dancing Zebra Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Dancing Zebra Extension |
ID | npjlmilnlbjddllkfefchchennjhgmng |
Official URL | https://chromewebstore.google.com/detail/dancing-zebra-extension/npjlmilnlbjddllkfefchchennjhgmng |
Description | Add Dancing Zebra to videos on this page |
File Size | 69.19 MB |
Installation Count | 72 |
Current Version | 1.0 |
Last Updated | 2017-03-25 |
Publish Date | 2017-03-25 |
Rating | 3.00/5 Total 4 Ratings |
Developer | Adam Ullman |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |