Meu Timão
Acompanhe o Corinthians no seu Google Chrome
Wat is Meu Timão?
Meu Timão is een Chrome-extensie ontwikkeld door https://www.meutimao.com.br, en de belangrijkste functie is "Acompanhe o Corinthians no seu Google Chrome".
Extensie Screenshots
Download het CRX-bestand van de extensie Meu Timão
Download Meu Timão-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | ginkglnlpcgmjafipbkpfoimoaoabami |
| Officiële URL | https://chromewebstore.google.com/detail/meu-tim%C3%A3o/ginkglnlpcgmjafipbkpfoimoaoabami |
| Beschrijving | Acompanhe o Corinthians no seu Google Chrome |
| Bestandsgrootte | 43.82 KB |
| Aantal Installaties | 4,434 |
| Huidige Versie | 87 |
| Laatst Bijgewerkt | 2017-01-05 |
| Publicatiedatum | 2017-01-05 |
| Beoordeling | 4.85/5 Totaal 295 Beoordelingen |
| Ontwikkelaar | https://www.meutimao.com.br |
| Betalingswijze | free |
| Extensiewebsite | https://www.meutimao.com.br/aplicativo-do-corinthians-no-google-chrome |
| Ondersteunde Talen | 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'"
} | |