Tired of the world
Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.
Cos'è Tired of the world?
Tired of the world è un'estensione di Chrome sviluppata da Russ Smith, e la sua funzione principale è "Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.".
Scarica il file CRX dell'estensione Tired of the world
Scarica i file di estensione Tired of the world 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
I made this in 5 minutes after reading something on the internet. Might update it. Might not. Depends on how many beers I have. Have questions? Don't ask them on Twitter @russ_sm.
Informazioni di Base sull'Estensione
Nome | |
ID | njnocmjcklnbdnaclfcjedagagammdip |
URL Ufficiale | https://chrome.google.com/webstore/detail/tired-of-the-world/njnocmjcklnbdnaclfcjedagagammdip |
Descrizione | Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else. |
Dimensione del File | 3.64 KB |
Conteggio Installazioni | 10 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2015-12-07 |
Data di Pubblicazione | 2015-12-07 |
Valutazione | 4.50/5 Totale 2 Valutazioni |
Sviluppatore | Russ Smith |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://twitter.com/russ_sm |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tired of the world", "description": "Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.", "version": "0.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |