Lula Livre Replacer

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

ما هو Lula Livre Replacer؟

Lula Livre Replacer هو إضافة Chrome تم تطويرها بواسطة Chrome Dev، والميزة الرئيسية لها هي "Uma extensão que troca o texto Lula Livre por O Lula Tá Preso, Babaca!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Lula Livre Replacer

قم بتنزيل ملفات الامتداد Lula Livre Replacer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Lula Livre Replacer Lula Livre Replacer
ID cmfdpehjkhcpfimgiiahfelgkpdacjmk
عنوان URL الرسمي https://chromewebstore.google.com/detail/lula-livre-replacer/cmfdpehjkhcpfimgiiahfelgkpdacjmk
الوصف Uma extensão que troca o texto Lula Livre por O Lula Tá Preso, Babaca!
حجم الملف 49.88 KB
عدد التثبيتات 67
النسخة الحالية 1.0.0
آخر تحديث 2019-04-16
تاريخ النشر 2019-04-11
تقييم 5.00/5 مجموع تقييمات 1
المطور Chrome Dev
نوع الدفع free
اللغات المدعومة 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
}