Atlético Clube Goianiense

Este é o Atlético Goianiense. Maior campeão brasileiro do centro oeste. Baixe nosso navegador e acompanhe o Dragão.

Vad är Atlético Clube Goianiense?

Atlético Clube Goianiense är en Chrome-tillägg utvecklad av https://fansearch.net, och dess huvudfunktion är "Este é o Atlético Goianiense. Maior campeão brasileiro do centro oeste. Baixe nosso navegador e acompanhe o Dragão.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Atlético Clube Goianiense-förlängningens CRX-fil

Ladda ner Atlético Clube Goianiense-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        O Atlético Clube Goianiense é o time mais antigo do estado de Goiás e também com o maior número de títulos nacionais. Dono de uma tradição imensa e uma torcida apaixonada. Baixe este navegador  para adquirir planos de fundo exclusivos, notícias de última hora além de outras novidades e promoções.

Acompanhe o mais querido dos Goianos!                    

Grundläggande Information om Tillägg

Namn Atlético Clube Goianiense Atlético Clube Goianiense
ID oalcehgmilibdmphldpcdonhpjnfclom
Officiell webbadress https://chromewebstore.google.com/detail/atl%C3%A9tico-clube-goianiense/oalcehgmilibdmphldpcdonhpjnfclom
Beskrivning Este é o Atlético Goianiense. Maior campeão brasileiro do centro oeste. Baixe nosso navegador e acompanhe o Dragão.
Filstorlek 1.13 MB
Antal Installationer 102
Aktuell Version 2.8.1
Senast Uppdaterad 2021-01-09
Publiceringsdatum 2021-01-09
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://fansearch.net
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.atleticogoianiense.com.br/
Hjälpsida URL https://www.atleticogoianiense.com.br/
URL till Sekretesspolicy Sidan https://www.brandturbo.vip/pt/privacy
Stödda Språk pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Atl\u00e9tico Clube Goianiense",
    "version": "2.8.1",
    "description": "Este \u00e9 o Atl\u00e9tico Goianiense. Maior campe\u00e3o brasileiro do centro oeste. \nBaixe nosso navegador e acompanhe o Drag\u00e3o.",
    "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": [
            "*:\/\/*.atleticogoianiense.com.br\/*"
        ]
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Fansearch",
            "keyword": "fansearch",
            "encoding": "UTF-8",
            "is_default": true,
            "search_url": "https:\/\/www.fansearch.net\/search?rtag=acgn&rsrc=o&q={searchTerms}&{google:originalQueryForSuggestion}{google:prefetchQuery}",
            "favicon_url": "https:\/\/www.fansearch.net\/favicon.ico",
            "suggest_url": "https:\/\/www.fansearch.net\/suggest?rtag=acgn&rsrc=o&q={searchTerms}&fmt=cr"
        }
    }
}