Wiki Tube

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

Apa itu Wiki Tube?

Wiki Tube adalah ekstensi Chrome yang dikembangkan oleh Nikhil Nainani, dan fitur utamanya adalah "Movie teaser video addded to the top of the Wikipedia page of the Movie".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Wiki Tube

Unduh file ekstensi Wiki Tube dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Wiki Tube Wiki Tube
ID hkkphbohfchhkkpnkcoomlhfieaicgjg
URL Resmi https://chrome.google.com/webstore/detail/wiki-tube/hkkphbohfchhkkpnkcoomlhfieaicgjg
Deskripsi Movie teaser video addded to the top of the Wikipedia page of the Movie
Ukuran File 8.54 KB
Jumlah Instalasi 38
Versi Saat Ini 1.2
Terakhir Diperbarui 2014-11-25
Tanggal Publikasi 2014-11-25
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Nikhil Nainani
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}