Lula Livre Replacer

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

Apa itu Lula Livre Replacer?

Lula Livre Replacer adalah ekstensi Chrome yang dikembangkan oleh Chrome Dev, dan fitur utamanya adalah "Uma extensão que troca o texto Lula Livre por O Lula Tá Preso, Babaca!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Lula Livre Replacer

Unduh file ekstensi Lula Livre Replacer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Lula Livre Replacer Lula Livre Replacer
ID cmfdpehjkhcpfimgiiahfelgkpdacjmk
URL Resmi https://chromewebstore.google.com/detail/lula-livre-replacer/cmfdpehjkhcpfimgiiahfelgkpdacjmk
Deskripsi Uma extensão que troca o texto Lula Livre por O Lula Tá Preso, Babaca!
Ukuran File 49.88 KB
Jumlah Instalasi 67
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2019-04-16
Tanggal Publikasi 2019-04-11
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Chrome Dev
Tipe Pembayaran free
Bahasa yang Didukung 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
}