Some Rich Asshole Enhanced
Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors.
Vad är Some Rich Asshole Enhanced?
Some Rich Asshole Enhanced är en Chrome-tillägg utvecklad av gibberishexercise, och dess huvudfunktion är "Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors.".
Tilläggsskärmbilder
Ladda ner Some Rich Asshole Enhanced-förlängningens CRX-fil
Ladda ner Some Rich Asshole Enhanced-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | hhdiccpconjkghpllkdieckibcieidpk |
Officiell webbadress | https://chrome.google.com/webstore/detail/some-rich-asshole-enhance/hhdiccpconjkghpllkdieckibcieidpk |
Beskrivning | Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors. |
Filstorlek | 97.16 KB |
Antal Installationer | 98 |
Aktuell Version | 3.2.2 |
Senast Uppdaterad | 2018-01-17 |
Publiceringsdatum | 2018-01-17 |
Betyg | 4.21/5 Totalt 24 Betyg |
Utvecklare | gibberishexercise |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://wtfisastevebannon.com/ |
Stödda Språk | 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" } } |