Wiki Tube

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

Hvad er Wiki Tube?

Wiki Tube er en Chrome-udvidelse udviklet af Nikhil Nainani, og dens hovedfunktion er "Movie teaser video addded to the top of the Wikipedia page of the Movie".

Udvidelsesskærmbilleder

screenshot

Download Wiki Tube-udvidelses-CRX-fil

Download Wiki Tube-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Wiki Tube Wiki Tube
ID hkkphbohfchhkkpnkcoomlhfieaicgjg
Officiel URL https://chrome.google.com/webstore/detail/wiki-tube/hkkphbohfchhkkpnkcoomlhfieaicgjg
Beskrivelse Movie teaser video addded to the top of the Wikipedia page of the Movie
Filstørrelse 8.54 KB
Antal Installationer 38
Nuværende Version 1.2
Senest Opdateret 2014-11-25
Udgivelsesdato 2014-11-25
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Nikhil Nainani
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}