KOLLEKT.FM Extension
Favorite and add tracks to playlists from external websites
KOLLEKT.FM Extension란 무엇입니까?
KOLLEKT.FM Extension은(는) https://kollekt.fm에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Favorite and add tracks to playlists from external websites"입니다.
확장 프로그램 스크린샷
KOLLEKT.FM Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Easily collect Youtube and Soundcloud songs you discover on the web. Add them to playlists or favourite them with one click.
확장 프로그램 기본 정보
이름 | KOLLEKT.FM Extension |
ID | lgaclgohoaoohngfihldckgjhenbncpi |
공식 URL | https://chromewebstore.google.com/detail/kollektfm-extension/lgaclgohoaoohngfihldckgjhenbncpi |
설명 | Favorite and add tracks to playlists from external websites |
파일 크기 | 727 KB |
설치 횟수 | 114 |
현재 버전 | 1.8 |
최근 업데이트 | 2017-09-29 |
출시 날짜 | 2017-09-29 |
평점 | 5.00/5 총 14 개의 평점 |
개발자 | https://kollekt.fm |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://kollekt.fm/extension/ |
지원되는 언어 | 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" ] } |