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.
What is Funil do Timão - Notícias do Corinthians?
Funil do Timão - Notícias do Corinthians is a Chrome extension developed by http://www.funildotimao.com.br, and its main feature is "A extensão para o Google Chrome permite que você veja todas as notícias no Corinthians em um único lugar.".
Extension Screenshots
Download Funil do Timão - Notícias do Corinthians Extension CRX File
Download Funil do Timão - Notícias do Corinthians 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
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.
Extension Basic Information
Name | |
ID | ppmljgfocpmghijhajmceanpfadfbcjo |
Official URL | https://chrome.google.com/webstore/detail/funil-do-tim%C3%A3o-not%C3%ADcias-d/ppmljgfocpmghijhajmceanpfadfbcjo |
Description | A extensão para o Google Chrome permite que você veja todas as notícias no Corinthians em um único lugar. |
File Size | 96.62 KB |
Installation Count | 148 |
Current Version | 1.0 |
Last Updated | 2015-12-01 |
Publish Date | 2015-11-30 |
Rating | 4.30/5 Total 10 Ratings |
Developer | http://www.funildotimao.com.br |
Payment Type | free |
Extension Website | http://funildotimao.com.br/ |
Supported Languages | 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" } |