Meu Timão

Acompanhe o Corinthians no seu Google Chrome

Hvad er Meu Timão?

Meu Timão er en Chrome-udvidelse udviklet af https://www.meutimao.com.br, og dens hovedfunktion er "Acompanhe o Corinthians no seu Google Chrome".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Meu Timão-udvidelses-CRX-fil

Download Meu Timão-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Acompanhe o Corinthians  no seu Google Chrome. O aplicativo do Meu Timão é o App com mais downloads no mundo entre os Apps de futebol! 

AQUI É CORINTHIANS!                    

Grundlæggende oplysninger om udvidelsen

Navn Meu Timão Meu Timão
ID ginkglnlpcgmjafipbkpfoimoaoabami
Officiel URL https://chromewebstore.google.com/detail/meu-tim%C3%A3o/ginkglnlpcgmjafipbkpfoimoaoabami
Beskrivelse Acompanhe o Corinthians no seu Google Chrome
Filstørrelse 43.82 KB
Antal Installationer 4,434
Nuværende Version 87
Senest Opdateret 2017-01-05
Udgivelsesdato 2017-01-05
Bedømmelse 4.85/5 Samlet 295 Bedømmelser
Udvikler https://www.meutimao.com.br
Betalingsmetode free
Udvidelseswebsted https://www.meutimao.com.br/aplicativo-do-corinthians-no-google-chrome
Understøttede Sprog pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Meu Tim\u00e3o",
    "version": "87",
    "description": "Acompanhe o Corinthians no seu Google Chrome",
    "manifest_version": 2,
    "icons": {
        "48": "img\/ico\/48.png",
        "128": "img\/ico\/128.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.meutimao.com.br\/*"
            ],
            "js": [
                "js\/contentscript.js"
            ],
            "css": [
                "css\/contentstyle.css"
            ],
            "all_frames": false
        }
    ],
    "permissions": [
        "notifications",
        "https:\/\/*.meutimao.com.br\/*"
    ],
    "browser_action": {
        "default_title": "Meu Tim\u00e3o",
        "default_icon": "img\/ico\/favicon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}