Wiki Tube

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

Was ist Wiki Tube?

Wiki Tube ist eine Chrome-Erweiterung, die von Nikhil Nainani entwickelt wurde, und ihr Hauptmerkmal ist "Movie teaser video addded to the top of the Wikipedia page of the Movie".

Erweiterungsscreenshots

screenshot

Wiki Tube-Erweiterungs-CRX-Datei herunterladen

Laden Sie Wiki Tube-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Wiki Tube Wiki Tube
ID hkkphbohfchhkkpnkcoomlhfieaicgjg
Offizielle URL https://chrome.google.com/webstore/detail/wiki-tube/hkkphbohfchhkkpnkcoomlhfieaicgjg
Beschreibung Movie teaser video addded to the top of the Wikipedia page of the Movie
Dateigröße 8.54 KB
Installationsanzahl 38
Aktuelle Version 1.2
Letztes Update 2014-11-25
Veröffentlichungsdatum 2014-11-25
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Nikhil Nainani
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}