KOLLEKT.FM Extension

Favorite and add tracks to playlists from external websites

Wat is KOLLEKT.FM Extension?

KOLLEKT.FM Extension is een Chrome-extensie ontwikkeld door https://kollekt.fm, en de belangrijkste functie is "Favorite and add tracks to playlists from external websites".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie KOLLEKT.FM Extension

Download KOLLEKT.FM Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam KOLLEKT.FM Extension KOLLEKT.FM Extension
ID lgaclgohoaoohngfihldckgjhenbncpi
Officiële URL https://chromewebstore.google.com/detail/kollektfm-extension/lgaclgohoaoohngfihldckgjhenbncpi
Beschrijving Favorite and add tracks to playlists from external websites
Bestandsgrootte 727 KB
Aantal Installaties 114
Huidige Versie 1.8
Laatst Bijgewerkt 2017-09-29
Publicatiedatum 2017-09-29
Beoordeling 5.00/5 Totaal 14 Beoordelingen
Ontwikkelaar https://kollekt.fm
Betalingswijze free
Extensiewebsite https://kollekt.fm/extension/
Ondersteunde Talen 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"
    ]
}