Republicans are The Sith

Replaces the word Republican/s with Sith Lord

Republicans are The Sithとは何ですか?

Republicans are The SithはSaber Softwareによって開発されたChromeの拡張機能で、その主な機能は「Replaces the word Republican/s with Sith Lord」です。

拡張機能のスクリーンショット

screenshot

Republicans are The Sith拡張機能のCRXファイルをダウンロード

Republicans are The Sith拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        this is a simple text replacement extension to replace variations of the word "republican" with "Sith Lord"                    

拡張機能の基本情報

名前 Republicans are The Sith Republicans are The Sith
ID deibjeokppgbnalcpgoognmdihkkaeac
公式URL https://chromewebstore.google.com/detail/republicans-are-the-sith/deibjeokppgbnalcpgoognmdihkkaeac
説明 Replaces the word Republican/s with Sith Lord
ファイルサイズ 3.57 KB
インストール数 86
現在のバージョン 1.0
最終更新日 2017-09-29
公開日 2017-09-29
評価 5.00/5 合計 1 レビュー
開発者 Saber Software
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Republicans are The Sith",
    "description": "Replaces the word Republican\/s with Sith Lord",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}