PandeX

The ultimate Pandora upgrade

PandeX là gì?

PandeX là một tiện ích mở rộng Chrome được phát triển bởi OutSail, và tính năng chính của nó là "The ultimate Pandora upgrade".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        Upgrades the online version of Pandora to create the ultimate Pandora experience.

Features:
-Popup control panel
-Download songs
-changeable download format
-Song change notification
-Search songs on YouTube
-Preview previous songs in popup

Note:
As of now you can only download and preview the last five songs that were listened to previously regardless of station. we are currently working on a way to optimally fix this issue.

Also this extension is not perfect so please leave feedback or suggestions by sending an email to the email specified below, or leave a support ticket. thank you for your feedback.                    

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

Tên PandeX PandeX
ID oilmcbjjhfkjaddklfcffpkkbfimkmgp
URL Chính Thức https://chromewebstore.google.com/detail/pandex/oilmcbjjhfkjaddklfcffpkkbfimkmgp
Mô tả The ultimate Pandora upgrade
Kích Thước Tệp 637 KB
Số Lần Cài Đặt 106
Phiên Bản Hiện Tại 0.2.2
Cập Nhật Lần Cuối 2017-04-27
Ngày Phát Hành 2017-04-27
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển OutSail
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/background.js",
            "js\/downloader.js",
            "js\/ad\/prevent.js"
        ]
    },
    "browser_action": {
        "default_icon": "photos\/face.png",
        "default_popup": "html\/popup.html",
        "default_title": "PandeX"
    },
    "content_scripts": [
        {
            "css": [
                "css\/buttonStyler.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/main.js"
            ],
            "matches": [
                "http:\/\/*.pandora.com\/*",
                "https:\/\/*.pandora.com\/*"
            ]
        }
    ],
    "description": "The ultimate Pandora upgrade",
    "icons": {
        "128": "photos\/icon128.png",
        "16": "photos\/icon16.png",
        "48": "photos\/icon48.png"
    },
    "manifest_version": 2,
    "name": "PandeX",
    "short_name": "PandeX",
    "permissions": [
        "notifications",
        "tabs",
        "*:\/\/*\/*",
        "*:\/\/*.p-cdn.com\/*",
        "webRequest",
        "webRequestBlocking",
        "activeTab"
    ],
    "version": "0.2.2",
    "web_accessible_resources": [
        "photos\/*",
        "js\/*"
    ]
}