Some Rich Asshole Enhanced

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

Apa itu Some Rich Asshole Enhanced?

Some Rich Asshole Enhanced adalah ekstensi Chrome yang dikembangkan oleh gibberishexercise, dan fitur utamanya adalah "Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Some Rich Asshole Enhanced

Unduh file ekstensi Some Rich Asshole Enhanced dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Some Rich Asshole Enhanced Some Rich Asshole Enhanced
ID hhdiccpconjkghpllkdieckibcieidpk
URL Resmi https://chrome.google.com/webstore/detail/some-rich-asshole-enhance/hhdiccpconjkghpllkdieckibcieidpk
Deskripsi Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors.
Ukuran File 97.16 KB
Jumlah Instalasi 98
Versi Saat Ini 3.2.2
Terakhir Diperbarui 2018-01-17
Tanggal Publikasi 2018-01-17
Penilaian 4.21/5 Total 24 Penilaian
Pengembang gibberishexercise
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://wtfisastevebannon.com/
Bahasa yang Didukung 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"
    }
}