KOLLEKT.FM Extension

Favorite and add tracks to playlists from external websites

Cos'è KOLLEKT.FM Extension?

KOLLEKT.FM Extension è un'estensione di Chrome sviluppata da https://kollekt.fm, e la sua funzione principale è "Favorite and add tracks to playlists from external websites".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione KOLLEKT.FM Extension

Scarica i file di estensione KOLLEKT.FM Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome KOLLEKT.FM Extension KOLLEKT.FM Extension
ID lgaclgohoaoohngfihldckgjhenbncpi
URL Ufficiale https://chromewebstore.google.com/detail/kollektfm-extension/lgaclgohoaoohngfihldckgjhenbncpi
Descrizione Favorite and add tracks to playlists from external websites
Dimensione del File 727 KB
Conteggio Installazioni 114
Versione Corrente 1.8
Ultimo Aggiornamento 2017-09-29
Data di Pubblicazione 2017-09-29
Valutazione 5.00/5 Totale 14 Valutazioni
Sviluppatore https://kollekt.fm
Tipo di Pagamento free
Sito Web dell'Estensione https://kollekt.fm/extension/
Lingue Supportate 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"
    ]
}