Extensão do Goularte

Substitui todas as imagens da web por uma de um menino chamado Goularte. Muito útil.

What is Extensão do Goularte?

Extensão do Goularte is a Chrome extension developed by appdogoularte, and its main feature is "Substitui todas as imagens da web por uma de um menino chamado Goularte. Muito útil.".

Extension Screenshots

screenshot

Download Extensão do Goularte Extension CRX File

Download Extensão do Goularte 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

                        Substitui todas as imagens da web por uma de um menino chamado Goularte.
Muito útil.                    

Extension Basic Information

Name Extensão do Goularte Extensão do Goularte
ID klcflklcjffkfmajpcfcpbjffiinhilp
Official URL https://chrome.google.com/webstore/detail/extens%C3%A3o-do-goularte/klcflklcjffkfmajpcfcpbjffiinhilp
Description Substitui todas as imagens da web por uma de um menino chamado Goularte. Muito útil.
File Size 62.4 KB
Installation Count 436
Current Version 2.0
Last Updated 2019-07-21
Publish Date 2019-07-18
Rating 4.97/5 Total 256 Ratings
Developer appdogoularte
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}