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
官方URL 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"
    ]
}