Vai Corinthians! Tema WhatsApp
Seu WhatsApp Web com a cara do Timão!
What is Vai Corinthians! Tema WhatsApp?
Vai Corinthians! Tema WhatsApp is a Chrome extension developed by Jaws Tech, and its main feature is "Seu WhatsApp Web com a cara do Timão!".
Extension Screenshots
Download Vai Corinthians! Tema WhatsApp Extension CRX File
Download Vai Corinthians! Tema WhatsApp 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
Cansado do layout do WhatsApp? Instale e deixe o seu WhatsApp Web com a cara do timão! Também acompanhe os feeds de noticias e twitter através da barra do chrome! Enviem sugestões de RSS e Twitters para adicionas! RSS Disponiveis: - Globo Esporte - Corinthians - Globo Esporte - Brasileirão - Yahoo - Corinthians - Gazeta Esportiva - Corinthians - Uol Esporte - Corinthians - Twitter - Oficial Corinthians - @corinthians - Twitter - Corinthians Mil Grau - @pqfasiso Saudações!
Extension Basic Information
Name | |
ID | bmmjaogkphpabjmlchdmcfpaijolnmnk |
Official URL | https://chrome.google.com/webstore/detail/vai-corinthians-tema-what/bmmjaogkphpabjmlchdmcfpaijolnmnk |
Description | Seu WhatsApp Web com a cara do Timão! |
File Size | 6.83 MB |
Installation Count | 206 |
Current Version | 1.0.3 |
Last Updated | 2016-07-29 |
Publish Date | 2016-07-29 |
Rating | 4.50/5 Total 2 Ratings |
Developer | Jaws Tech |
[email protected] | |
Payment Type | free |
Help Page URL | https://jawstech.com.br |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vai Corinthians! Tema WhatsApp", "description": "Seu WhatsApp Web com a cara do Tim\u00e3o!", "version": "1.0.3", "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/web.whatsapp.com\/*" ], "css": [ "style.css" ] } ], "permissions": [ "http:\/\/*\/*", "tabs", "http:\/\/web.whatsapp.com\/*", "https:\/\/web.whatsapp.com\/*" ], "browser_action": { "default_icon": { "16": "images\/ic_launcher_low.png" }, "default_title": "Vai Corinthians!", "default_popup": "popup.html" }, "icons": { "16": "images\/ic_launcher_low.png", "128": "images\/ic_launcher_low.png" }, "web_accessible_resources": [ "images\/*", "audio\/*" ] } |