KOLLEKT.FM Extension
Favorite and add tracks to playlists from external websites
What is KOLLEKT.FM Extension?
KOLLEKT.FM Extension is a Chrome extension developed by https://kollekt.fm, and its main feature is "Favorite and add tracks to playlists from external websites".
Extension Screenshots
Download KOLLEKT.FM Extension Extension CRX File
Download KOLLEKT.FM Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Easily collect Youtube and Soundcloud songs you discover on the web. Add them to playlists or favourite them with one click.
Extension Basic Information
Name | KOLLEKT.FM Extension |
ID | lgaclgohoaoohngfihldckgjhenbncpi |
Official URL | https://chromewebstore.google.com/detail/kollektfm-extension/lgaclgohoaoohngfihldckgjhenbncpi |
Description | Favorite and add tracks to playlists from external websites |
File Size | 727 KB |
Installation Count | 114 |
Current Version | 1.8 |
Last Updated | 2017-09-29 |
Publish Date | 2017-09-29 |
Rating | 5.00/5 Total 14 Ratings |
Developer | https://kollekt.fm |
Payment Type | free |
Extension Website | https://kollekt.fm/extension/ |
Supported Languages | 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" ] } |