SV Werder Bremen

The extension is dedicated to the league’s fans - offering a personalized online destination

SV Werder Bremen là gì?

SV Werder Bremen là một tiện ích mở rộng Chrome được phát triển bởi development, và tính năng chính của nó là "The extension is dedicated to the league’s fans - offering a personalized online destination".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SV Werder Bremen

Tải xuống các tệp mở rộng SV Werder Bremen dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SV Werder Bremen SV Werder Bremen
ID lmpfemgkpccgnimphbipdbobcnlipiai
URL Chính Thức https://chromewebstore.google.com/detail/sv-werder-bremen/lmpfemgkpccgnimphbipdbobcnlipiai
Mô tả The extension is dedicated to the league’s fans - offering a personalized online destination
Kích Thước Tệp 6.76 MB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2022-07-07
Ngày Phát Hành 2022-07-06
Nhà Phát Triển development
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}