SV Werder Bremen
The extension is dedicated to the league’s fans - offering a personalized online destination
SV Werder Bremenคืออะไร?
SV Werder Bremen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย development และคุณลักษณะหลักของมันคือ "The extension is dedicated to the league’s fans - offering a personalized online destination"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SV Werder Bremen
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |