Some Rich Asshole Enhanced
Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors.
Wat is Some Rich Asshole Enhanced?
Some Rich Asshole Enhanced is een Chrome-extensie ontwikkeld door gibberishexercise, en de belangrijkste functie is "Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors.".
Extensie Screenshots
Download het CRX-bestand van de extensie Some Rich Asshole Enhanced
Download Some Rich Asshole Enhanced-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | hhdiccpconjkghpllkdieckibcieidpk |
Officiële URL | https://chrome.google.com/webstore/detail/some-rich-asshole-enhance/hhdiccpconjkghpllkdieckibcieidpk |
Beschrijving | Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors. |
Bestandsgrootte | 97.16 KB |
Aantal Installaties | 98 |
Huidige Versie | 3.2.2 |
Laatst Bijgewerkt | 2018-01-17 |
Publicatiedatum | 2018-01-17 |
Beoordeling | 4.21/5 Totaal 24 Beoordelingen |
Ontwikkelaar | gibberishexercise |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://wtfisastevebannon.com/ |
Ondersteunde Talen | 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" } } |