Cherry Queue

Add soundcloud and youtube links to your queue and control them from any page

Cherry Queue là gì?

Cherry Queue là một tiện ích mở rộng Chrome được phát triển bởi santiagoangel10, và tính năng chính của nó là "Add soundcloud and youtube links to your queue and control them from any page".

Ả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 Cherry Queue

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

                        Cherry lets you add Youtube and Soundcloud tracks to a queue with a single click from any page. Once tracks are in your queue you can control them from any page. The queue is easy to sort and edit and lets you keep a separate list for history and favorites. 

***
This product is still in beta so if you find any bugs or have any comments please report them to the e-mail in the "about" section of the extension and we'll fix them as soon as we can. Enjoy
***                    

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

Tên Cherry Queue Cherry Queue
ID nemhfbfdbkbifmfdomenddkmphkhejlp
URL Chính Thức https://chrome.google.com/webstore/detail/cherry-queue/nemhfbfdbkbifmfdomenddkmphkhejlp
Mô tả Add soundcloud and youtube links to your queue and control them from any page
Kích Thước Tệp 2.5 MB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 1.2.7
Cập Nhật Lần Cuối 2014-05-24
Ngày Phát Hành 2014-05-24
Đánh Giá 4.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển santiagoangel10
Loại Thanh Toán free
Trang Web Mở Rộng http://get-cherry.com
URL Trang Trợ Giúp http://get-cherry.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cherry Queue",
    "description": "Add soundcloud and youtube links to your queue and control them from any page",
    "version": "1.2.7",
    "short_name": "Cherry",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/images\/icons\/16px.png"
    },
    "background": {
        "scripts": [
            "assets\/vendor\/js\/mixpanel.js",
            "assets\/vendor\/js\/alertify.min.js",
            "assets\/vendor\/js\/jquery-1.10.2.min.js",
            "assets\/js\/shared.js",
            "assets\/js\/storage.js",
            "assets\/js\/background.js"
        ]
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "assets\/vendor\/js\/alertify.min.js",
        "assets\/images\/*.png"
    ],
    "icons": {
        "16": "assets\/images\/icons\/16px.png",
        "48": "assets\/images\/icons\/48px.png",
        "128": "assets\/images\/icons\/128px.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "all_frames": false,
            "css": [
                "assets\/css\/content.css"
            ],
            "matches": [
                ""
            ],
            "js": [
                "assets\/vendor\/js\/jquery-1.10.2.min.js",
                "assets\/js\/shared.js",
                "assets\/js\/content_all.js"
            ]
        }
    ],
    "permissions": [
        "",
        "contextMenus",
        "tabs",
        "storage",
        "activeTab",
        "notifications"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js https:\/\/code.jquery.com https:\/\/connect.soundcloud.com\/ https:\/\/w.soundcloud.com https:\/\/www.youtube.com  https:\/\/platform.twitter.com https:\/\/connect.facebook.net https:\/\/www.facebook.com https:\/\/cdn.mxpnl.com https:\/\/s.ytimg.com 'unsafe-eval'; object-src 'self'"
}