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 |
电子邮箱 | [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" } } |