Lula Livre Replacer

Uma extensão que troca o texto Lula Livre por O Lula Tá Preso, Babaca!

What is Lula Livre Replacer?

Lula Livre Replacer is a Chrome extension developed by Chrome Dev, and its main feature is "Uma extensão que troca o texto Lula Livre por O Lula Tá Preso, Babaca!".

Extension Screenshots

screenshot

Download Lula Livre Replacer Extension CRX File

Download Lula Livre Replacer 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

                        Uma extensão que troca o texto Lula Livre por O Lula Tá Preso, Babaca!                    

Extension Basic Information

Name Lula Livre Replacer Lula Livre Replacer
ID cmfdpehjkhcpfimgiiahfelgkpdacjmk
Official URL https://chromewebstore.google.com/detail/lula-livre-replacer/cmfdpehjkhcpfimgiiahfelgkpdacjmk
Description Uma extensão que troca o texto Lula Livre por O Lula Tá Preso, Babaca!
File Size 49.88 KB
Installation Count 67
Current Version 1.0.0
Last Updated 2019-04-16
Publish Date 2019-04-11
Rating 5.00/5 Total 1 Ratings
Developer Chrome Dev
Payment Type free
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lula Livre Replacer",
    "version": "1.0.0",
    "description": "Uma extens\u00e3o que troca o texto Lula Livre por O Lula T\u00e1 Preso, Babaca!",
    "permissions": [
        "activeTab",
        "tabs",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/custom.css"
            ],
            "js": [
                "js\/custom.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}