Tired of the world
Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.
Wat is Tired of the world?
Tired of the world is een Chrome-extensie ontwikkeld door Russ Smith, en de belangrijkste functie is "Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.".
Download het CRX-bestand van de extensie Tired of the world
Download Tired of the world-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | njnocmjcklnbdnaclfcjedagagammdip |
Officiële URL | https://chrome.google.com/webstore/detail/tired-of-the-world/njnocmjcklnbdnaclfcjedagagammdip |
Beschrijving | Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else. |
Bestandsgrootte | 3.64 KB |
Aantal Installaties | 10 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2015-12-07 |
Publicatiedatum | 2015-12-07 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Russ Smith |
Betalingswijze | free |
Help Pagina-URL | https://twitter.com/russ_sm |
Ondersteunde Talen | 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" } ] } |