KOLLEKT.FM Extension

Favorite and add tracks to playlists from external websites

什麼是KOLLEKT.FM Extension?

KOLLEKT.FM Extension是由https://kollekt.fm開發的Chrome擴展程式,該擴展的主要功能是“Favorite and add tracks to playlists from external websites”。

擴展截圖

screenshot
screenshot

下載KOLLEKT.FM Extension擴展crx文件

下載KOLLEKT.FM Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Easily collect Youtube and Soundcloud songs you discover on the web. Add them to playlists or favourite them with one click.                    

擴展基本資訊

名稱 KOLLEKT.FM Extension KOLLEKT.FM Extension
ID lgaclgohoaoohngfihldckgjhenbncpi
官方網址 https://chromewebstore.google.com/detail/kollektfm-extension/lgaclgohoaoohngfihldckgjhenbncpi
簡介 Favorite and add tracks to playlists from external websites
檔案大小 727 KB
安裝次數 114
目前版本 1.8
更新時間 2017-09-29
上架時間 2017-09-29
評分 5.00/5 共 14 次評分
開發者 https://kollekt.fm
付費類型 free
擴展官網 https://kollekt.fm/extension/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "KOLLEKT.FM Extension",
    "description": "Favorite and add tracks to playlists from external websites",
    "version": "1.8",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/cdn.mxpnl.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "notifications",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/kollekt.fm\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "js\/installed.js"
    ]
}