Wiki Tube

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

Cos'è Wiki Tube?

Wiki Tube è un'estensione di Chrome sviluppata da Nikhil Nainani, e la sua funzione principale è "Movie teaser video addded to the top of the Wikipedia page of the Movie".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Wiki Tube

Scarica i file di estensione Wiki Tube in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Wiki Tube Wiki Tube
ID hkkphbohfchhkkpnkcoomlhfieaicgjg
URL Ufficiale https://chrome.google.com/webstore/detail/wiki-tube/hkkphbohfchhkkpnkcoomlhfieaicgjg
Descrizione Movie teaser video addded to the top of the Wikipedia page of the Movie
Dimensione del File 8.54 KB
Conteggio Installazioni 38
Versione Corrente 1.2
Ultimo Aggiornamento 2014-11-25
Data di Pubblicazione 2014-11-25
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Nikhil Nainani
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}