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
Eメール [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"
    }
}