SV Werder Bremen
The extension is dedicated to the league’s fans - offering a personalized online destination
O que é SV Werder Bremen?
SV Werder Bremen é uma extensão do Chrome desenvolvida por development, e sua principal característica é "The extension is dedicated to the league’s fans - offering a personalized online destination".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SV Werder Bremen
Baixe arquivos de extensão SV Werder Bremen no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | SV Werder Bremen |
ID | lmpfemgkpccgnimphbipdbobcnlipiai |
URL Oficial | https://chromewebstore.google.com/detail/sv-werder-bremen/lmpfemgkpccgnimphbipdbobcnlipiai |
Descrição | The extension is dedicated to the league’s fans - offering a personalized online destination |
Tamanho do Arquivo | 6.76 MB |
Contagem de Instalações | 31 |
Versão Atual | 0.1 |
Última Atualização | 2022-07-07 |
Data de Publicação | 2022-07-06 |
Desenvolvedor | development |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |