Some Rich Asshole Enhanced

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

What is Some Rich Asshole Enhanced?

Some Rich Asshole Enhanced is a Chrome extension developed by gibberishexercise, and its main feature is "Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Some Rich Asshole Enhanced Extension CRX File

Download Some Rich Asshole Enhanced extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Some Rich Asshole Enhanced Some Rich Asshole Enhanced
ID hhdiccpconjkghpllkdieckibcieidpk
Official URL https://chrome.google.com/webstore/detail/some-rich-asshole-enhance/hhdiccpconjkghpllkdieckibcieidpk
Description Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors.
File Size 97.16 KB
Installation Count 98
Current Version 3.2.2
Last Updated 2018-01-17
Publish Date 2018-01-17
Rating 4.21/5 Total 24 Ratings
Developer gibberishexercise
Email [email protected]
Payment Type free
Extension Website http://wtfisastevebannon.com/
Supported Languages 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"
    }
}