Vai Corinthians! Tema WhatsApp
Seu WhatsApp Web com a cara do Timão!
Was ist Vai Corinthians! Tema WhatsApp?
Vai Corinthians! Tema WhatsApp ist eine Chrome-Erweiterung, die von Jaws Tech entwickelt wurde, und ihr Hauptmerkmal ist "Seu WhatsApp Web com a cara do Timão!".
Erweiterungsscreenshots
Vai Corinthians! Tema WhatsApp-Erweiterungs-CRX-Datei herunterladen
Laden Sie Vai Corinthians! Tema WhatsApp-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
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | bmmjaogkphpabjmlchdmcfpaijolnmnk |
Offizielle URL | https://chrome.google.com/webstore/detail/vai-corinthians-tema-what/bmmjaogkphpabjmlchdmcfpaijolnmnk |
Beschreibung | Seu WhatsApp Web com a cara do Timão! |
Dateigröße | 6.83 MB |
Installationsanzahl | 206 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2016-07-29 |
Veröffentlichungsdatum | 2016-07-29 |
Bewertung | 4.50/5 Insgesamt 2 Bewertungen |
Entwickler | Jaws Tech |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://jawstech.com.br |
Unterstützte Sprachen | 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\/*" ] } |