IAMTHESENATE

This extension replaces the word 'senate' with 'Palpatine' since he is the Senate. It's a surprise to be sure, but a welcome one.

IAMTHESENATEとは何ですか?

IAMTHESENATEはn1407によって開発されたChromeの拡張機能で、その主な機能は「This extension replaces the word 'senate' with 'Palpatine' since he is the Senate. It's a surprise to be sure, but a welcome one.」です。

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

screenshot

IAMTHESENATE拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Did you ever hear the tragedy of Darth Plagueis The Wise? I thought not. It’s not a story the Jedi would tell you. It’s a Sith legend. Darth Plagueis was a Dark Lord of the Sith, so powerful and so wise he could use the Force to influence the midichlorians to create life… He had such a knowledge of the dark side that he could even keep the ones he cared about from dying. The dark side of the Force is a pathway to many abilities some consider to be unnatural. He became so powerful… the only thing he was afraid of was losing his power, which eventually, of course, he did. Unfortunately, he taught his apprentice everything he knew, then his apprentice killed him in his sleep. Ironic. He could save others from death, but not himself.                    

拡張機能の基本情報

名前 IAMTHESENATE IAMTHESENATE
ID jfopppmdagfcjbmemjdnbdmmcnojjcmd
公式URL https://chromewebstore.google.com/detail/iamthesenate/jfopppmdagfcjbmemjdnbdmmcnojjcmd
説明 This extension replaces the word 'senate' with 'Palpatine' since he is the Senate. It's a surprise to be sure, but a welcome one.
ファイルサイズ 4.83 KB
インストール数 112
現在のバージョン 66
最終更新日 2017-12-01
公開日 2017-12-01
評価 5.00/5 合計 4 レビュー
開発者 n1407
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IAMTHESENATE",
    "short_name": "Sheev",
    "description": "This extension replaces the word 'senate' with 'Palpatine' since he is the Senate. It's a surprise to be sure, but a welcome one.",
    "version": "66",
    "browser_action": {
        "default_icon": "sheev.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}