Meu Timão
Acompanhe o Corinthians no seu Google Chrome
What is Meu Timão?
Meu Timão is a Chrome extension developed by https://www.meutimao.com.br, and its main feature is "Acompanhe o Corinthians no seu Google Chrome".
Extension Screenshots
Download Meu Timão Extension CRX File
Download Meu Timão extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Meu Timão |
ID | ginkglnlpcgmjafipbkpfoimoaoabami |
Official URL | https://chromewebstore.google.com/detail/meu-tim%C3%A3o/ginkglnlpcgmjafipbkpfoimoaoabami |
Description | Acompanhe o Corinthians no seu Google Chrome |
File Size | 43.82 KB |
Installation Count | 4,434 |
Current Version | 87 |
Last Updated | 2017-01-05 |
Publish Date | 2017-01-05 |
Rating | 4.85/5 Total 295 Ratings |
Developer | https://www.meutimao.com.br |
Payment Type | free |
Extension Website | https://www.meutimao.com.br/aplicativo-do-corinthians-no-google-chrome |
Supported Languages | 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'" } |