Lula Livre Replacer

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

Wat is Lula Livre Replacer?

Lula Livre Replacer is een Chrome-extensie ontwikkeld door Chrome Dev, en de belangrijkste functie is "Uma extensão que troca o texto Lula Livre por O Lula Tá Preso, Babaca!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Lula Livre Replacer

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

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

Basisinformatie over de Extensie

Naam Lula Livre Replacer Lula Livre Replacer
ID cmfdpehjkhcpfimgiiahfelgkpdacjmk
Officiële URL https://chromewebstore.google.com/detail/lula-livre-replacer/cmfdpehjkhcpfimgiiahfelgkpdacjmk
Beschrijving Uma extensão que troca o texto Lula Livre por O Lula Tá Preso, Babaca!
Bestandsgrootte 49.88 KB
Aantal Installaties 67
Huidige Versie 1.0.0
Laatst Bijgewerkt 2019-04-16
Publicatiedatum 2019-04-11
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Chrome Dev
Betalingswijze free
Ondersteunde Talen 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
}