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
公式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
}