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”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Wiki Tube Wiki Tube
ID hkkphbohfchhkkpnkcoomlhfieaicgjg
官方網址 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"
            ]
        }
    ]
}