Some Rich Asshole Enhanced

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

Co je Some Rich Asshole Enhanced?

Some Rich Asshole Enhanced je rozšíření Chrome vyvinuté gibberishexercise, a jeho hlavní funkcí je „Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Some Rich Asshole Enhanced

Stáhněte si soubory rozšíření Some Rich Asshole Enhanced ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Some Rich Asshole Enhanced Some Rich Asshole Enhanced
ID hhdiccpconjkghpllkdieckibcieidpk
Oficiální URL https://chrome.google.com/webstore/detail/some-rich-asshole-enhance/hhdiccpconjkghpllkdieckibcieidpk
Popis Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors.
Velikost souboru 97.16 KB
Počet instalací 98
Aktuální Verze 3.2.2
Poslední Aktualizace 2018-01-17
Datum Vydání 2018-01-17
Hodnocení 4.21/5 Celkem 24 Hodnocení
Vývojář gibberishexercise
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://wtfisastevebannon.com/
Podporované Jazyky 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"
    }
}