SV Werder Bremen

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

What is SV Werder Bremen?

SV Werder Bremen is a Chrome extension developed by development, and its main feature is "The extension is dedicated to the league’s fans - offering a personalized online destination".

Extension Screenshots

screenshot

Download SV Werder Bremen Extension CRX File

Download SV Werder Bremen extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name SV Werder Bremen SV Werder Bremen
ID lmpfemgkpccgnimphbipdbobcnlipiai
Official URL https://chromewebstore.google.com/detail/sv-werder-bremen/lmpfemgkpccgnimphbipdbobcnlipiai
Description The extension is dedicated to the league’s fans - offering a personalized online destination
File Size 6.76 MB
Installation Count 31
Current Version 0.1
Last Updated 2022-07-07
Publish Date 2022-07-06
Developer development
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}