Wiki Tube
Movie teaser video addded to the top of the Wikipedia page of the Movie
Wiki Tubeとは何ですか?
Wiki TubeはNikhil Nainaniによって開発されたChromeの拡張機能で、その主な機能は「Movie teaser video addded to the top of the Wikipedia page of the Movie」です。
拡張機能のスクリーンショット
Wiki Tube拡張機能のCRXファイルをダウンロード
Wiki Tube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension adds the youtube teaser video of a movie right at the top of the wikipedia page of the movie. May not work for all movies becuase of keyword search on Youtube API.
拡張機能の基本情報
名前 | ![]() |
ID | hkkphbohfchhkkpnkcoomlhfieaicgjg |
公式URL | https://chrome.google.com/webstore/detail/wiki-tube/hkkphbohfchhkkpnkcoomlhfieaicgjg |
説明 | Movie teaser video addded to the top of the Wikipedia page of the Movie |
ファイルサイズ | 8.54 KB |
インストール数 | 38 |
現在のバージョン | 1.2 |
最終更新日 | 2014-11-25 |
公開日 | 2014-11-25 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Nikhil Nainani |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wiki Tube", "description": "Movie teaser video addded to the top of the Wikipedia page of the Movie", "version": "1.2", "permissions": [ "https:\/\/www.goodreads.com\/*", "http:\/\/www.goodreads.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/en.wikipedia.org\/*", "https:\/\/en.wikipedia.org\/*" ], "js": [ "test.js" ] }, { "matches": [ "http:\/\/www.amazon.in\/*", "https:\/\/www.amazon.in\/*" ], "js": [ "2.js" ] } ] } |