PEPSI INTERNETCHÊ
Transforme a internet na Internetchê.
什么是PEPSI INTERNETCHÊ?
PEPSI INTERNETCHÊ是由rappdevbrasil开发的Chrome扩展程序,该扩展的主要功能是“Transforme a internet na Internetchê.”。
扩展截图
下载PEPSI INTERNETCHÊ扩展crx文件
下载PEPSI INTERNETCHÊ扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | dmokklmphckefhagjolhfjjnpkgoppdi |
官方URL | https://chrome.google.com/webstore/detail/dmokklmphckefhagjolhfjjnpkgoppdi |
简介 | Transforme a internet na Internetchê. |
文件大小 | 30.61 KB |
安装次数 | 55 |
当前版本 | 1.2 |
更新时间 | 2016-09-23 |
上架时间 | 2016-09-23 |
评分 | 5.00/5 共10次评分 |
开发者 | rappdevbrasil |
付费类型 | free |
扩展官网 | http://www.pepsibrasil.com.br/tche |
支持的语言 | 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" ] } |