Ferencvaros Chrome Extension

The latest Fradi news and wallpapers in Google Chrome. A must-have browser extension for all Fradi fans!

O que é Ferencvaros Chrome Extension?

Ferencvaros Chrome Extension é uma extensão do Chrome desenvolvida por http://fansearch.net, e sua principal característica é "The latest Fradi news and wallpapers in Google Chrome. A must-have browser extension for all Fradi fans!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Ferencvaros Chrome Extension

Baixe arquivos de extensão Ferencvaros Chrome Extension 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

                        Start your day with Ferencvaros!

Download the unique browser extension of Ferencvarosi Torna Club. Already when starting up your computer, you can learn about the latest news of the club. You also can directly reach FTC's social media channels. We will cheer your day with unique wallpapers as well, check every day!                    

Informações Básicas da Extensão

Nome Ferencvaros Chrome Extension Ferencvaros Chrome Extension
ID makmbhklgjochgddcfkebmjcnlkagjkh
URL Oficial https://chrome.google.com/webstore/detail/ferencvaros-chrome-extens/makmbhklgjochgddcfkebmjcnlkagjkh
Descrição The latest Fradi news and wallpapers in Google Chrome. A must-have browser extension for all Fradi fans!
Tamanho do Arquivo 1.61 MB
Contagem de Instalações 1,000
Versão Atual 2.8.1
Última Atualização 2021-01-06
Data de Publicação 2021-01-06
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor http://fansearch.net
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.fradi.hu
URL da Página de Ajuda https://www.fradi.hu
URL da Página de Política de Privacidade https://www.brandturbo.vip/privacy
Idiomas Suportados en,hu
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "2.8.1",
    "description": "__MSG_extDescription__",
    "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": [
            "*:\/\/*.fradi.hu\/*"
        ]
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Fansearch",
            "keyword": "fansearch",
            "encoding": "UTF-8",
            "is_default": true,
            "search_url": "https:\/\/www.fansearch.net\/search?rtag=frdi&rsrc=o&q={searchTerms}&{google:originalQueryForSuggestion}{google:prefetchQuery}",
            "favicon_url": "https:\/\/www.fansearch.net\/favicon.ico",
            "suggest_url": "https:\/\/www.fansearch.net\/suggest?rtag=frdi&rsrc=o&q={searchTerms}&fmt=cr"
        }
    },
    "default_locale": "en"
}