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 |
公式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 |
Eメール | [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" } } |