Meu Timão

Acompanhe o Corinthians no seu Google Chrome

Apa itu Meu Timão?

Meu Timão adalah ekstensi Chrome yang dikembangkan oleh https://www.meutimao.com.br, dan fitur utamanya adalah "Acompanhe o Corinthians no seu Google Chrome".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Meu Timão

Unduh file ekstensi Meu Timão dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Meu Timão Meu Timão
ID ginkglnlpcgmjafipbkpfoimoaoabami
URL Resmi https://chromewebstore.google.com/detail/meu-tim%C3%A3o/ginkglnlpcgmjafipbkpfoimoaoabami
Deskripsi Acompanhe o Corinthians no seu Google Chrome
Ukuran File 43.82 KB
Jumlah Instalasi 4,434
Versi Saat Ini 87
Terakhir Diperbarui 2017-01-05
Tanggal Publikasi 2017-01-05
Penilaian 4.85/5 Total 295 Penilaian
Pengembang https://www.meutimao.com.br
Tipe Pembayaran free
Situs Ekstensi https://www.meutimao.com.br/aplicativo-do-corinthians-no-google-chrome
Bahasa yang Didukung 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'"
}