Apollon FC
Official Apollon FC new tab extension brings the latest news, highlights, interviews, images and exclusive content on your browser.
O que é Apollon FC?
Apollon FC é uma extensão do Chrome desenvolvida por brandTURBO, e sua principal característica é "Official Apollon FC new tab extension brings the latest news, highlights, interviews, images and exclusive content on your browser.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Apollon FC
Baixe arquivos de extensão Apollon FC 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
Customise your browser with your favorite Apollon FC wallpapers, select your favourite search engine and arrange your favourite websites. Support Apollon FC and gain access to all the latest developments on every new tab. Install the extension now and stay connected with your favourite club! This is a white label enterprise extension for Apollon FC.
Informações Básicas da Extensão
Nome | |
ID | odiadpibicgdkhnnmiegiaiiilifgfjg |
URL Oficial | https://chromewebstore.google.com/detail/apollon-fc/odiadpibicgdkhnnmiegiaiiilifgfjg |
Descrição | Official Apollon FC new tab extension brings the latest news, highlights, interviews, images and exclusive content on your browser. |
Tamanho do Arquivo | 2.6 MB |
Contagem de Instalações | 271 |
Versão Atual | 3.2.1 |
Última Atualização | 2022-11-21 |
Data de Publicação | 2021-03-12 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | brandTURBO |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.apollon.com.cy/ |
URL da Página de Ajuda | https://www.apollon.com.cy/ |
URL da Página de Política de Privacidade | https://www.brandturbo.vip/privacy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Apollon FC", "version": "3.2.1", "description": "Official Apollon FC new tab extension brings the latest news, highlights, interviews, images and exclusive content on your browser.", "icons": { "16": "icons\/icon-16px.png", "32": "icons\/icon-32px.png", "48": "icons\/icon-96px.png", "128": "icons\/icon-256px.png" }, "chrome_url_overrides": { "newtab": "startpage.html#newTab" }, "browser_action": { "default_title": "New Tab" }, "permissions": [ "topSites" ], "optional_permissions": [ "history", "bookmarks", "chrome:\/\/favicon\/" ], "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "*:\/\/*.apollon.com.cy\/*" ] } } |