Wiki Tube

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

Qu'est-ce que Wiki Tube ?

Wiki Tube est une extension Chrome développée par Nikhil Nainani, et sa fonction principale est "Movie teaser video addded to the top of the Wikipedia page of the Movie".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Wiki Tube

Téléchargez les fichiers d'extension Wiki Tube au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Wiki Tube Wiki Tube
ID hkkphbohfchhkkpnkcoomlhfieaicgjg
URL Officiel https://chrome.google.com/webstore/detail/wiki-tube/hkkphbohfchhkkpnkcoomlhfieaicgjg
Description Movie teaser video addded to the top of the Wikipedia page of the Movie
Taille du Fichier 8.54 KB
Nombre d'Installations 38
Version Actuelle 1.2
Dernière Mise à Jour 2014-11-25
Date de Publication 2014-11-25
Évaluation 5.00/5 Total 3 Évaluations
Développeur Nikhil Nainani
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}