Some Rich Asshole Enhanced
Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors.
Cos'è Some Rich Asshole Enhanced?
Some Rich Asshole Enhanced è un'estensione di Chrome sviluppata da gibberishexercise, e la sua funzione principale è "Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Some Rich Asshole Enhanced
Scarica i file di estensione Some Rich Asshole Enhanced in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | hhdiccpconjkghpllkdieckibcieidpk |
URL Ufficiale | https://chrome.google.com/webstore/detail/some-rich-asshole-enhance/hhdiccpconjkghpllkdieckibcieidpk |
Descrizione | Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors. |
Dimensione del File | 97.16 KB |
Conteggio Installazioni | 98 |
Versione Corrente | 3.2.2 |
Ultimo Aggiornamento | 2018-01-17 |
Data di Pubblicazione | 2018-01-17 |
Valutazione | 4.21/5 Totale 24 Valutazioni |
Sviluppatore | gibberishexercise |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://wtfisastevebannon.com/ |
Lingue Supportate | 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" } } |