SV Werder Bremen

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

SV Werder Bremen क्या है?

SV Werder Bremen development द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The extension is dedicated to the league’s fans - offering a personalized online destination"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SV Werder Bremen एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
    }
}