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 |
官方網址 | 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" } } |