PanTube

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

PanTube là gì?

PanTube là một tiện ích mở rộng Chrome được phát triển bởi https://www.pantube.info, và tính năng chính của nó là "PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PanTube

Tải xuống các tệp mở rộng PanTube dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PanTube PanTube
ID nkcfbkhcgnpfkgddabjpgnfgojmemiof
URL Chính Thức https://chromewebstore.google.com/detail/pantube/nkcfbkhcgnpfkgddabjpgnfgojmemiof
Mô tả PanTube = Pandora + YouTube Your Pandora playlists on YouTube.com!!! This plugin stores all of the music Pandora plays for the…
Kích Thước Tệp 28.19 KB
Số Lần Cài Đặt 71
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2013-02-06
Ngày Phát Hành 2013-02-05
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://www.pantube.info
Loại Thanh Toán free
Trang Web Mở Rộng http://www.pantube.info
URL Trang Trợ Giúp http://www.pantube.info
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}