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 Dev開發的Chrome擴展程式,該擴展的主要功能是“Uma extensão que troca o texto Lula Livre por O Lula Tá Preso, Babaca!”。

擴展截圖

screenshot

下載Lula Livre Replacer擴展crx文件

下載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
官方網址 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
}