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

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة SV Werder Bremen

قم بتنزيل ملفات الامتداد SV Werder Bremen بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}