Utilitools

PT-BR Generators

What is Utilitools?

Utilitools is a Chrome extension developed by alan m., and its main feature is "PT-BR Generators".

Extension Screenshots

screenshot
screenshot

Download Utilitools Extension CRX File

Download Utilitools 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

                        Utilitools é um gerador de dados estáticos.                    

Extension Basic Information

Name Utilitools Utilitools
ID nkgpbgkdpcfffljmlgbdpgmhfoibpfej
Official URL https://chromewebstore.google.com/detail/utilitools/nkgpbgkdpcfffljmlgbdpgmhfoibpfej
Description PT-BR Generators
File Size 462 KB
Installation Count 36
Current Version 1.1.0
Last Updated 2020-10-19
Publish Date 2020-09-26
Rating 5.00/5 Total 3 Ratings
Developer alan m.
Email [email protected]
Payment Type free
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "PT-BR Generators",
    "version": "1.1.0",
    "name": "Utilitools",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-34.png"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}