SV Werder Bremen
The extension is dedicated to the league’s fans - offering a personalized online destination
SV Werder Bremenとは何ですか?
SV Werder Bremenはdevelopmentによって開発されたChromeの拡張機能で、その主な機能は「The extension is dedicated to the league’s fans - offering a personalized online destination」です。
拡張機能のスクリーンショット
SV Werder Bremen拡張機能のCRXファイルをダウンロード
SV Werder Bremen拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Follow the werder bremen with the new extension. Follow your favorite soccer team like a true Champion! The extension is dedicated to the league’s fans - offering a personalized online destination, enabling fans to: • Follow the action on the team’s social streams • Stay up to date with news, scores, and special updates • Personalize the experience further with favorite shortcuts • Enjoy a rich search experience powered by google
拡張機能の基本情報
名前 | SV Werder Bremen |
ID | lmpfemgkpccgnimphbipdbobcnlipiai |
公式URL | https://chromewebstore.google.com/detail/sv-werder-bremen/lmpfemgkpccgnimphbipdbobcnlipiai |
説明 | The extension is dedicated to the league’s fans - offering a personalized online destination |
ファイルサイズ | 6.76 MB |
インストール数 | 31 |
現在のバージョン | 0.1 |
最終更新日 | 2022-07-07 |
公開日 | 2022-07-06 |
開発者 | development |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Soccer Fun HomePage", "name": "SV Werder Bremen", "description": "The extension is dedicated to the league\u2019s fans - offering a personalized online destination", "version": "0.1", "manifest_version": 3, "action": { "default_popup": "index.html", "default_title": "Werder" }, "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "icons": { "16": ".\/img\/logo\/logo-16.png", "32": ".\/img\/logo\/logo-32.png", "48": ".\/img\/logo\/logo-48.png", "128": ".\/img\/logo\/logo-128.png" } } |