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"
        }
    ]
}