Dancing Zebra Extension
Add Dancing Zebra to videos on this page
Qu'est-ce que Dancing Zebra Extension ?
Dancing Zebra Extension est une extension Chrome développée par Adam Ullman, et sa fonction principale est "Add Dancing Zebra to videos on this page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Dancing Zebra Extension
Téléchargez les fichiers d'extension Dancing Zebra Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Dancing Zebra Extension |
ID | npjlmilnlbjddllkfefchchennjhgmng |
URL Officiel | https://chromewebstore.google.com/detail/dancing-zebra-extension/npjlmilnlbjddllkfefchchennjhgmng |
Description | Add Dancing Zebra to videos on this page |
Taille du Fichier | 69.19 MB |
Nombre d'Installations | 72 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-03-25 |
Date de Publication | 2017-03-25 |
Évaluation | 3.00/5 Total 4 Évaluations |
Développeur | Adam Ullman |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |