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" ] } ] } |