Background Music
An extension for Background Music
Background Music란 무엇입니까?
Background Music은(는) j0code에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension for Background Music"입니다.
확장 프로그램 스크린샷
Background Music 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
An extension for Background Music. / Eine Erweiterung für Hintergtundmusik. You can play music in the background without having an extra window opened. A popup player is provided. / Sie können Musik im Hintergrund abspielen, ohne ein extra Fenster geöffnet zu haben. Ein Popup-Player ist enthalten. There isn't an UI for adding Songs yet, but you can do so by using / Es gibt noch kein UI für das HInzufügen von Songs, aber Sie können stattdessen addSong(url); on the background page to add a song to the list. / auf der Hintergrundseite, um Songs zur Liste hinzuzufügen. This will accept YouTube-Video-URLs, Spotify-Track-URLs and URLs ending with ".mp3". (This will NOT download the song) / Dies akzeptiert YouTube-Video-URLs, Spotify-Track-URLs und URLs, die auf ".mp3" enden. For YouTube-Videos & Spotify-Tracks, the Song-Title & -Author is loaded. (Song-Author doesn't work for YT) / Bei YouTube-Videos und Spotify-Tracks wird der Song-Titel und -Author geladen. (Song-Autor funktioniert bei YT nicht) YT-Videos and Spotify-Tracks can't be played yet. / YT-Videos und Spotify-Tracks können noch nicht abgespielt werden.
확장 프로그램 기본 정보
이름 | ![]() |
ID | fjipcaigekedackgihdhaafkjpnmipfh |
공식 URL | https://chrome.google.com/webstore/detail/background-music/fjipcaigekedackgihdhaafkjpnmipfh |
설명 | An extension for Background Music |
파일 크기 | 11.2 KB |
설치 횟수 | 213 |
현재 버전 | 1.0 |
최근 업데이트 | 2020-05-10 |
출시 날짜 | 2020-05-10 |
평점 | 2.50/5 총 4 개의 평점 |
개발자 | j0code |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://cohalejoja.selfhost.eu/ |
도움말 페이지 URL | https://cohalejoja.selfhost.eu/contact/discord.html |
지원되는 언어 | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "storage" ], "browser_action": { "default_title": "Background Music", "default_popup": "popup.html" }, "background": { "persistent": true, "scripts": [ "background.js" ] }, "options_page": "settings.html", "manifest_version": 2, "name": "Background Music", "version": "1.0", "web_accessible_resources": [ "settings.html" ], "description": "An extension for Background Music" } |