SV Werder Bremen

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

Apa itu SV Werder Bremen?

SV Werder Bremen adalah ekstensi Chrome yang dikembangkan oleh development, dan fitur utamanya adalah "The extension is dedicated to the league’s fans - offering a personalized online destination".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SV Werder Bremen

Unduh file ekstensi SV Werder Bremen dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama SV Werder Bremen SV Werder Bremen
ID lmpfemgkpccgnimphbipdbobcnlipiai
URL Resmi https://chromewebstore.google.com/detail/sv-werder-bremen/lmpfemgkpccgnimphbipdbobcnlipiai
Deskripsi The extension is dedicated to the league’s fans - offering a personalized online destination
Ukuran File 6.76 MB
Jumlah Instalasi 31
Versi Saat Ini 0.1
Terakhir Diperbarui 2022-07-07
Tanggal Publikasi 2022-07-06
Pengembang development
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}