Wiki Tube

Movie teaser video addded to the top of the Wikipedia page of the Movie

What is Wiki Tube?

Wiki Tube is a Chrome extension developed by Nikhil Nainani, and its main feature is "Movie teaser video addded to the top of the Wikipedia page of the Movie".

Extension Screenshots

screenshot

Download Wiki Tube Extension CRX File

Download Wiki Tube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Wiki Tube Wiki Tube
ID hkkphbohfchhkkpnkcoomlhfieaicgjg
Official URL https://chrome.google.com/webstore/detail/wiki-tube/hkkphbohfchhkkpnkcoomlhfieaicgjg
Description Movie teaser video addded to the top of the Wikipedia page of the Movie
File Size 8.54 KB
Installation Count 38
Current Version 1.2
Last Updated 2014-11-25
Publish Date 2014-11-25
Rating 5.00/5 Total 3 Ratings
Developer Nikhil Nainani
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}