Meu Timão
Acompanhe o Corinthians no seu Google Chrome
Was ist Meu Timão?
Meu Timão ist eine Chrome-Erweiterung, die von https://www.meutimao.com.br entwickelt wurde, und ihr Hauptmerkmal ist "Acompanhe o Corinthians no seu Google Chrome".
Erweiterungsscreenshots
Meu Timão-Erweiterungs-CRX-Datei herunterladen
Laden Sie Meu Timão-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
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ginkglnlpcgmjafipbkpfoimoaoabami |
| Offizielle URL | https://chromewebstore.google.com/detail/meu-tim%C3%A3o/ginkglnlpcgmjafipbkpfoimoaoabami |
| Beschreibung | Acompanhe o Corinthians no seu Google Chrome |
| Dateigröße | 43.82 KB |
| Installationsanzahl | 4,434 |
| Aktuelle Version | 87 |
| Letztes Update | 2017-01-05 |
| Veröffentlichungsdatum | 2017-01-05 |
| Bewertung | 4.85/5 Insgesamt 295 Bewertungen |
| Entwickler | https://www.meutimao.com.br |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.meutimao.com.br/aplicativo-do-corinthians-no-google-chrome |
| Unterstützte Sprachen | 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'"
} | |