Some Rich Asshole
Replaces the text 'Donald Trump' with 'Some Rich Asshole'.
Cos'è Some Rich Asshole?
Some Rich Asshole è un'estensione di Chrome sviluppata da drew, e la sua funzione principale è "Replaces the text 'Donald Trump' with 'Some Rich Asshole'.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Some Rich Asshole
Scarica i file di estensione Some Rich Asshole 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
A browser add-on that replaces "Donald Trump" with "Some Rich Asshole"
Informazioni di Base sull'Estensione
Nome | |
ID | hgcjjgnlnheojgpdiafpdnjjpbkedgfh |
URL Ufficiale | https://chrome.google.com/webstore/detail/some-rich-asshole/hgcjjgnlnheojgpdiafpdnjjpbkedgfh |
Descrizione | Replaces the text 'Donald Trump' with 'Some Rich Asshole'. |
Dimensione del File | 33.73 KB |
Conteggio Installazioni | 603 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2015-09-17 |
Data di Pubblicazione | 2015-09-17 |
Valutazione | 4.81/5 Totale 72 Valutazioni |
Sviluppatore | drew |
[email protected] | |
Tipo di Pagamento | in_app |
Sito Web dell'Estensione | http://somerichasshole.com |
URL della Pagina di Aiuto | http://somerichasshole.com |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Some Rich Asshole", "version": "1.2", "description": "Replaces the text 'Donald Trump' with 'Some Rich Asshole'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "128": "icon128.png" } } |