Some Rich Asshole Enhanced
Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors.
Hvad er Some Rich Asshole Enhanced?
Some Rich Asshole Enhanced er en Chrome-udvidelse udviklet af gibberishexercise, og dens hovedfunktion er "Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors.".
Udvidelsesskærmbilleder
Download Some Rich Asshole Enhanced-udvidelses-CRX-fil
Download Some Rich Asshole Enhanced-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | hhdiccpconjkghpllkdieckibcieidpk |
Officiel URL | https://chrome.google.com/webstore/detail/some-rich-asshole-enhance/hhdiccpconjkghpllkdieckibcieidpk |
Beskrivelse | Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors. |
Filstørrelse | 97.16 KB |
Antal Installationer | 98 |
Nuværende Version | 3.2.2 |
Senest Opdateret | 2018-01-17 |
Udgivelsesdato | 2018-01-17 |
Bedømmelse | 4.21/5 Samlet 24 Bedømmelser |
Udvikler | gibberishexercise |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://wtfisastevebannon.com/ |
Understøttede Sprog | 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" } } |