BILD - Bundesliga-News
Aktuelle Nachrichten, Ergebnisse & Videos aus der Fußball-Bundesliga
Co je BILD - Bundesliga-News?
BILD - Bundesliga-News je rozšíření Chrome vyvinuté https://www.bild.de, a jeho hlavní funkcí je „Aktuelle Nachrichten, Ergebnisse & Videos aus der Fußball-Bundesliga“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření BILD - Bundesliga-News
Stáhněte si soubory rozšíření BILD - Bundesliga-News ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | hobcmnkebfgojfkhephlebnflbflolda |
Oficiální URL | https://chromewebstore.google.com/detail/bild-bundesliga-news/hobcmnkebfgojfkhephlebnflbflolda |
Popis | Aktuelle Nachrichten, Ergebnisse & Videos aus der Fußball-Bundesliga |
Velikost souboru | 764 KB |
Počet instalací | 738 |
Aktuální Verze | 1.2.17 |
Poslední Aktualizace | 2024-03-01 |
Datum Vydání | 2023-12-15 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | https://www.bild.de |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://www.bild.de/-86418802.bild.html |
URL Stránky Nápovědy | http://www.bild.de/-86418802.bild.html |
URL Stránky Zásad Ochrany Soukromí | http://www.bild.de/corporate-site/datenschutz/datenschutz/artikel-datenschutz-2952512.bild.html |
Podporované Jazyky | 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 } ] } |