PEPSI INTERNETCHÊ
Transforme a internet na Internetchê.
What is PEPSI INTERNETCHÊ?
PEPSI INTERNETCHÊ is a Chrome extension developed by rappdevbrasil, and its main feature is "Transforme a internet na Internetchê.".
Extension Screenshots
Download PEPSI INTERNETCHÊ Extension CRX File
Download PEPSI INTERNETCHÊ 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
Para comemorar a Semana Farroupilha, a mais importante festividade do Rio Grande do Sul, você agora pode deixar qualquer página da internet um pouco mais gaúcha! É só instalar o app Pepsi Internetchê no seu navegador. Ele vai substituir palavras e expressões por maravilhosas gírias típicas do Rio Grande do Sul. Assim, você deixa a internet divertidamente mais gaúcha. Ou melhor: tu deixa a internet mais tri! Conheça o projeto Pepsi Tchê no site.
Extension Basic Information
Name | |
ID | dmokklmphckefhagjolhfjjnpkgoppdi |
Official URL | https://chrome.google.com/webstore/detail/dmokklmphckefhagjolhfjjnpkgoppdi |
Description | Transforme a internet na Internetchê. |
File Size | 30.61 KB |
Installation Count | 55 |
Current Version | 1.2 |
Last Updated | 2016-09-23 |
Publish Date | 2016-09-23 |
Rating | 5.00/5 Total 10 Ratings |
Developer | rappdevbrasil |
Payment Type | free |
Extension Website | http://www.pepsibrasil.com.br/tche |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PEPSI INTERNETCH\u00ca", "version": "1.2", "description": "Transforme a internet na Internetch\u00ea.", "icons": { "16": "pepsi_16.png", "48": "pepsi_48.png", "128": "pepsi_128.png" }, "browser_action": { "default_icon": "pepsi.png" }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "findAndReplaceDOMText.js", "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "*:\/\/www.facebook.com\/*", "*:\/\/facebook.com\/*" ], "run_at": "document_end" } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab" ] } |