Extensão do Goularte
Substitui todas as imagens da web por uma de um menino chamado Goularte. Muito útil.
Wat is Extensão do Goularte?
Extensão do Goularte is een Chrome-extensie ontwikkeld door appdogoularte, en de belangrijkste functie is "Substitui todas as imagens da web por uma de um menino chamado Goularte. Muito útil.".
Extensie Screenshots
Download het CRX-bestand van de extensie Extensão do Goularte
Download Extensão do Goularte-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Substitui todas as imagens da web por uma de um menino chamado Goularte. Muito útil.
Basisinformatie over de Extensie
Naam | |
ID | klcflklcjffkfmajpcfcpbjffiinhilp |
Officiële URL | https://chrome.google.com/webstore/detail/extens%C3%A3o-do-goularte/klcflklcjffkfmajpcfcpbjffiinhilp |
Beschrijving | Substitui todas as imagens da web por uma de um menino chamado Goularte. Muito útil. |
Bestandsgrootte | 62.4 KB |
Aantal Installaties | 436 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2019-07-21 |
Publicatiedatum | 2019-07-18 |
Beoordeling | 4.97/5 Totaal 256 Beoordelingen |
Ontwikkelaar | appdogoularte |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |