Pandora History Saver

Records your history across all stations. Click on the song name to hear it on Youtube. You can export the history to a text file.

Pandora History Saver là gì?

Pandora History Saver là một tiện ích mở rộng Chrome được phát triển bởi Patrick Griffith, và tính năng chính của nó là "Records your history across all stations. Click on the song name to hear it on Youtube. You can export the history to a text file.".

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

screenshot

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

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

                        Records your history across all stations. 

It labels the songs you skipped.

Click on the song name to hear it on Youtube. 

Allows you to remove items from your history and then export the history to a text file.                    

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

Tên Pandora History Saver Pandora History Saver
ID honopjhbilnaafihhlbhflgecnmegeae
URL Chính Thức https://chromewebstore.google.com/detail/pandora-history-saver/honopjhbilnaafihhlbhflgecnmegeae
Mô tả Records your history across all stations. Click on the song name to hear it on Youtube. You can export the history to a text file.
Kích Thước Tệp 77.75 KB
Số Lần Cài Đặt 105
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2015-11-20
Ngày Phát Hành 2015-11-20
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Patrick Griffith
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pandora History Saver",
    "description": "Records your history across all stations. Click on the song name to hear it on Youtube. You can export the history to a text file.",
    "version": "1.0.2",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "model.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.pandora.com\/*"
            ],
            "js": [
                "model.js",
                "content_script.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "browser_action": {
        "default_title": "Pandora History Saver",
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}