BILD - Bundesliga-News
Aktuelle Nachrichten, Ergebnisse & Videos aus der Fußball-Bundesliga
BILD - Bundesliga-News란 무엇입니까?
BILD - Bundesliga-News은(는) https://www.bild.de에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Aktuelle Nachrichten, Ergebnisse & Videos aus der Fußball-Bundesliga"입니다.
확장 프로그램 스크린샷
BILD - Bundesliga-News 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Machen Sie Ihren Browser fit für die Bundesliga! Mit der neuen BILD-Erweiterung bekommen Sie ALLE News zur Bundesliga automatisch in jedem neuen Browser-Fenster. Außerdem: Ein Video-Stream, der die neuesten Bundesliga-Informationen, Analysen, Talks (z.B. „Reif is live“) und Kommentare von BILD bietet. Dank der Bild-in-Bild-Funktion können Sie den Stream sogar dann schauen, wenn Sie gleichzeitig in einem anderen Fenster oder Programm arbeiten. Auch alle Daten des aktuellen Spieltags und die Live-Tabelle finden Sie in der Erweiterung.
확장 프로그램 기본 정보
이름 | |
ID | hobcmnkebfgojfkhephlebnflbflolda |
공식 URL | https://chromewebstore.google.com/detail/bild-bundesliga-news/hobcmnkebfgojfkhephlebnflbflolda |
설명 | Aktuelle Nachrichten, Ergebnisse & Videos aus der Fußball-Bundesliga |
파일 크기 | 764 KB |
설치 횟수 | 738 |
현재 버전 | 1.2.17 |
최근 업데이트 | 2024-03-01 |
출시 날짜 | 2023-12-15 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | https://www.bild.de |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.bild.de/-86418802.bild.html |
도움말 페이지 URL | http://www.bild.de/-86418802.bild.html |
개인정보 보호 정책 페이지 URL | http://www.bild.de/corporate-site/datenschutz/datenschutz/artikel-datenschutz-2952512.bild.html |
지원되는 언어 | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.2.17", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "default_locale": "de", "icons": { "16": "images\/icon-16.png", "24": "images\/icon-24.png", "32": "images\/icon-32.png", "64": "images\/icon-64.png", "128": "images\/icon-128.png" }, "chrome_url_overrides": { "newtab": "src\/pages\/newtab\/index.html" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [ "scripting", "storage" ], "host_permissions": [ "*:\/\/*.bild.de\/**" ], "content_scripts": [ { "js": [ "assets\/content-script-loader.chrome.js-54c57104-d74361da.js" ], "matches": [ "*:\/\/*.bild.de\/*" ] } ], "web_accessible_resources": [ { "matches": [ "*:\/\/*.bild.de\/*" ], "resources": [ "assets\/chrome.js-54c57104.js" ], "use_dynamic_url": true } ] } |