Extensão do Goularte
Substitui todas as imagens da web por uma de um menino chamado Goularte. Muito útil.
什么是Extensão do Goularte?
Extensão do Goularte是由appdogoularte开发的Chrome扩展程序,该扩展的主要功能是“Substitui todas as imagens da web por uma de um menino chamado Goularte. Muito útil.”。
扩展截图
下载Extensão do Goularte扩展crx文件
下载Extensão do Goularte扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Substitui todas as imagens da web por uma de um menino chamado Goularte. Muito útil.
扩展基本信息
名称 | |
ID | klcflklcjffkfmajpcfcpbjffiinhilp |
官方URL | https://chrome.google.com/webstore/detail/extens%C3%A3o-do-goularte/klcflklcjffkfmajpcfcpbjffiinhilp |
简介 | Substitui todas as imagens da web por uma de um menino chamado Goularte. Muito útil. |
文件大小 | 62.4 KB |
安装次数 | 436 |
当前版本 | 2.0 |
更新时间 | 2019-07-21 |
上架时间 | 2019-07-18 |
评分 | 4.97/5 共256次评分 |
开发者 | appdogoularte |
付费类型 | free |
支持的语言 | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Extens\u00e3o do Goularte", "version": "2.0", "manifest_version": 2, "description": "", "homepage_url": "https:\/\/www.vintepila.com.br\/servicos\/diversao-e-bizarrice\/eu-vou-fazer-uma-extensao-para-trollar-seus-amigo\/", "author": "Tiago Lima", "short_name": "4U", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "page_action": { "default_icon": "icons\/icon16.png" }, "permissions": [ "contentSettings" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/app.js" ] } ] } |