Some Rich Asshole Enhanced
Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors.
Was ist Some Rich Asshole Enhanced?
Some Rich Asshole Enhanced ist eine Chrome-Erweiterung, die von gibberishexercise entwickelt wurde, und ihr Hauptmerkmal ist "Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors.".
Erweiterungsscreenshots
Some Rich Asshole Enhanced-Erweiterungs-CRX-Datei herunterladen
Laden Sie Some Rich Asshole Enhanced-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | hhdiccpconjkghpllkdieckibcieidpk |
Offizielle URL | https://chrome.google.com/webstore/detail/some-rich-asshole-enhance/hhdiccpconjkghpllkdieckibcieidpk |
Beschreibung | Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors. |
Dateigröße | 97.16 KB |
Installationsanzahl | 98 |
Aktuelle Version | 3.2.2 |
Letztes Update | 2018-01-17 |
Veröffentlichungsdatum | 2018-01-17 |
Bewertung | 4.21/5 Insgesamt 24 Bewertungen |
Entwickler | gibberishexercise |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://wtfisastevebannon.com/ |
Unterstützte Sprachen | 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" } } |