Tired of the world
Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.
Was ist Tired of the world?
Tired of the world ist eine Chrome-Erweiterung, die von Russ Smith entwickelt wurde, und ihr Hauptmerkmal ist "Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.".
Tired of the world-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tired of the world-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | njnocmjcklnbdnaclfcjedagagammdip |
Offizielle URL | https://chrome.google.com/webstore/detail/tired-of-the-world/njnocmjcklnbdnaclfcjedagagammdip |
Beschreibung | Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else. |
Dateigröße | 3.64 KB |
Installationsanzahl | 10 |
Aktuelle Version | 0.1 |
Letztes Update | 2015-12-07 |
Veröffentlichungsdatum | 2015-12-07 |
Bewertung | 4.50/5 Insgesamt 2 Bewertungen |
Entwickler | Russ Smith |
Zahlungsart | free |
Hilfeseite URL | https://twitter.com/russ_sm |
Unterstützte Sprachen | 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" } ] } |