Pandora Extended

See the details of the current song playing on Pandora

Pandora Extended là gì?

Pandora Extended là một tiện ích mở rộng Chrome được phát triển bởi antoine.pourchet, và tính năng chính của nó là "See the details of the current song playing on Pandora".

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

Tải xuống các tệp mở rộng Pandora Extended 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

                                            

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

Tên Pandora Extended Pandora Extended
ID dpicphkahifagehhebkafnpffcnohcli
URL Chính Thức https://chrome.google.com/webstore/detail/pandora-extended/dpicphkahifagehhebkafnpffcnohcli
Mô tả See the details of the current song playing on Pandora
Kích Thước Tệp 122 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2014-08-30
Ngày Phát Hành 2014-08-30
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển antoine.pourchet
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pandora Extended",
    "description": "See the details of the current song playing on Pandora",
    "version": "0.2",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "name": "See the details of the current song playing on Pandora",
        "default_title": "Check what's playing",
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}