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"
    ]
}