Funil do Timão - Notícias do Corinthians

A extensão para o Google Chrome permite que você veja todas as notícias no Corinthians em um único lugar.

Was ist Funil do Timão - Notícias do Corinthians?

Funil do Timão - Notícias do Corinthians ist eine Chrome-Erweiterung, die von http://www.funildotimao.com.br entwickelt wurde, und ihr Hauptmerkmal ist "A extensão para o Google Chrome permite que você veja todas as notícias no Corinthians em um único lugar.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Funil do Timão - Notícias do Corinthians-Erweiterungs-CRX-Datei herunterladen

Laden Sie Funil do Timão - Notícias do Corinthians-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Todas as notícias do time do Corinthians em um só lugar. O Funil do Timão concentra todas as principais noticias do time do Corinthians no brasil e no mundo em um único site. Facilitando assim a vida de torcedor em busca das principais notícias do Corinthians.                    

Grundlegende Informationen zur Erweiterung

Name Funil do Timão - Notícias do Corinthians Funil do Timão - Notícias do Corinthians
ID ppmljgfocpmghijhajmceanpfadfbcjo
Offizielle URL https://chrome.google.com/webstore/detail/funil-do-tim%C3%A3o-not%C3%ADcias-d/ppmljgfocpmghijhajmceanpfadfbcjo
Beschreibung A extensão para o Google Chrome permite que você veja todas as notícias no Corinthians em um único lugar.
Dateigröße 96.62 KB
Installationsanzahl 148
Aktuelle Version 1.0
Letztes Update 2015-12-01
Veröffentlichungsdatum 2015-11-30
Bewertung 4.30/5 Insgesamt 10 Bewertungen
Entwickler http://www.funildotimao.com.br
Zahlungsart free
Erweiterungswebsite http://funildotimao.com.br/
Unterstützte Sprachen pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Funil do Tim\u00e3o - Not\u00edcias do Corinthians",
    "description": "A extens\u00e3o para o Google Chrome permite que voc\u00ea veja todas as not\u00edcias no Corinthians em um \u00fanico lugar.",
    "background": {
        "page": "background.html"
    },
    "default_locale": "pt_BR",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/icon-128.png",
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png"
    },
    "manifest_version": 2,
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "notifications",
        "*:\/\/*\/*"
    ],
    "version": "1.0"
}