KOLLEKT.FM Extension
Favorite and add tracks to playlists from external websites
Hvad er KOLLEKT.FM Extension?
KOLLEKT.FM Extension er en Chrome-udvidelse udviklet af https://kollekt.fm, og dens hovedfunktion er "Favorite and add tracks to playlists from external websites".
Udvidelsesskærmbilleder
Download KOLLEKT.FM Extension-udvidelses-CRX-fil
Download KOLLEKT.FM Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Easily collect Youtube and Soundcloud songs you discover on the web. Add them to playlists or favourite them with one click. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | lgaclgohoaoohngfihldckgjhenbncpi |
| Officiel URL | https://chromewebstore.google.com/detail/kollektfm-extension/lgaclgohoaoohngfihldckgjhenbncpi |
| Beskrivelse | Favorite and add tracks to playlists from external websites |
| Filstørrelse | 727 KB |
| Antal Installationer | 114 |
| Nuværende Version | 1.8 |
| Senest Opdateret | 2017-09-29 |
| Udgivelsesdato | 2017-09-29 |
| Bedømmelse | 5.00/5 Samlet 14 Bedømmelser |
| Udvikler | https://kollekt.fm |
| Betalingsmetode | free |
| Udvidelseswebsted | https://kollekt.fm/extension/ |
| Understøttede Sprog | 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"
]
} | |