KOLLEKT.FM Extension
Favorite and add tracks to playlists from external websites
Was ist KOLLEKT.FM Extension?
KOLLEKT.FM Extension ist eine Chrome-Erweiterung, die von https://kollekt.fm entwickelt wurde, und ihr Hauptmerkmal ist "Favorite and add tracks to playlists from external websites".
Erweiterungsscreenshots
KOLLEKT.FM Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie KOLLEKT.FM Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Easily collect Youtube and Soundcloud songs you discover on the web. Add them to playlists or favourite them with one click.
Grundlegende Informationen zur Erweiterung
Name | KOLLEKT.FM Extension |
ID | lgaclgohoaoohngfihldckgjhenbncpi |
Offizielle URL | https://chromewebstore.google.com/detail/kollektfm-extension/lgaclgohoaoohngfihldckgjhenbncpi |
Beschreibung | Favorite and add tracks to playlists from external websites |
Dateigröße | 727 KB |
Installationsanzahl | 114 |
Aktuelle Version | 1.8 |
Letztes Update | 2017-09-29 |
Veröffentlichungsdatum | 2017-09-29 |
Bewertung | 5.00/5 Insgesamt 14 Bewertungen |
Entwickler | https://kollekt.fm |
Zahlungsart | free |
Erweiterungswebsite | https://kollekt.fm/extension/ |
Unterstützte Sprachen | 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" ] } |