Extensão do Goularte

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

Extensão do Goularte là gì?

Extensão do Goularte là một tiện ích mở rộng Chrome được phát triển bởi appdogoularte, và tính năng chính của nó là "Substitui todas as imagens da web por uma de um menino chamado Goularte. Muito útil.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Extensão do Goularte

Tải xuống các tệp mở rộng Extensão do Goularte dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Extensão do Goularte Extensão do Goularte
ID klcflklcjffkfmajpcfcpbjffiinhilp
URL Chính Thức https://chrome.google.com/webstore/detail/extens%C3%A3o-do-goularte/klcflklcjffkfmajpcfcpbjffiinhilp
Mô tả Substitui todas as imagens da web por uma de um menino chamado Goularte. Muito útil.
Kích Thước Tệp 62.4 KB
Số Lần Cài Đặt 436
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2019-07-21
Ngày Phát Hành 2019-07-18
Đánh Giá 4.97/5 Tổng số 256 Đánh Giá
Nhà Phát Triển appdogoularte
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}