Some Rich Asshole Enhanced

Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors.

什么是Some Rich Asshole Enhanced?

Some Rich Asshole Enhanced是由gibberishexercise开发的Chrome扩展程序,该扩展的主要功能是“Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Some Rich Asshole Enhanced扩展crx文件

下载Some Rich Asshole Enhanced扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Lovingly curated from the wit and wisdom of Scottish Twitter, Jezebel, The Root, and people of the internet generally. Plus a few from your developer's brain-recesses.

We don't like Bannon either: http://wtfisastevebannon.com/


Forked, without shame, from the original Some Rich Asshole plugin:

https://chrome.google.com/webstore/detail/some-rich-asshole/hgcjjgnlnheojgpdiafpdnjjpbkedgfh                    

扩展基本信息

名称 Some Rich Asshole Enhanced Some Rich Asshole Enhanced
ID hhdiccpconjkghpllkdieckibcieidpk
官方URL https://chrome.google.com/webstore/detail/some-rich-asshole-enhance/hhdiccpconjkghpllkdieckibcieidpk
简介 Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors.
文件大小 97.16 KB
安装次数 98
当前版本 3.2.2
更新时间 2018-01-17
上架时间 2018-01-17
评分 4.21/5 共24次评分
开发者 gibberishexercise
电子邮箱 [email protected]
付费类型 free
扩展官网 http://wtfisastevebannon.com/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Some Rich Asshole Enhanced",
    "version": "3.2.2",
    "description": "Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors.",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "jquery-ui\/jquery-ui.min.js",
                "phrases.js",
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}