PanTube

PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the…

Apa itu PanTube?

PanTube adalah ekstensi Chrome yang dikembangkan oleh https://www.pantube.info, dan fitur utamanya adalah "PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the…".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi PanTube

Unduh file ekstensi PanTube 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

                        PanTube = Pandora + YouTube

Your Pandora playlists on YouTube.com!!!

This plugin stores all of the music Pandora plays for the user on user's browser using HTML5's LocalStorage.

PanTube's playlist makes it easy to search the tracks on YouTube.

Upcoming Version:
Create a YouTube playlist of the songs played by Pandora so far.                    

Informasi Dasar Ekstensi

Nama PanTube PanTube
ID nkcfbkhcgnpfkgddabjpgnfgojmemiof
URL Resmi https://chromewebstore.google.com/detail/pantube/nkcfbkhcgnpfkgddabjpgnfgojmemiof
Deskripsi PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the…
Ukuran File 28.19 KB
Jumlah Instalasi 71
Versi Saat Ini 0.1
Terakhir Diperbarui 2013-02-06
Tanggal Publikasi 2013-02-05
Penilaian 5.00/5 Total 3 Penilaian
Pengembang https://www.pantube.info
Tipe Pembayaran free
Situs Ekstensi http://www.pantube.info
URL Halaman Bantuan http://www.pantube.info
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PanTube",
    "version": "0.1",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "PanTube",
        "default_icon": "icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.pandora.com\/*",
                "https:\/\/www.pandora.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}