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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}