PanTube

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

Vad är PanTube?

PanTube är en Chrome-tillägg utvecklad av https://www.pantube.info, och dess huvudfunktion är "PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the…".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner PanTube-förlängningens CRX-fil

Ladda ner PanTube-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn PanTube PanTube
ID nkcfbkhcgnpfkgddabjpgnfgojmemiof
Officiell webbadress https://chromewebstore.google.com/detail/pantube/nkcfbkhcgnpfkgddabjpgnfgojmemiof
Beskrivning PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the…
Filstorlek 28.19 KB
Antal Installationer 71
Aktuell Version 0.1
Senast Uppdaterad 2013-02-06
Publiceringsdatum 2013-02-05
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare https://www.pantube.info
Betalningssätt free
Tilläggswebbplats http://www.pantube.info
Hjälpsida URL http://www.pantube.info
Stödda Språk 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"
            ]
        }
    ]
}