Tired of the world
Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.
Co je Tired of the world?
Tired of the world je rozšíření Chrome vyvinuté Russ Smith, a jeho hlavní funkcí je „Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.“.
Stáhnout soubor CRX rozšíření Tired of the world
Stáhněte si soubory rozšíření Tired of the world ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | njnocmjcklnbdnaclfcjedagagammdip |
Oficiální URL | https://chrome.google.com/webstore/detail/tired-of-the-world/njnocmjcklnbdnaclfcjedagagammdip |
Popis | Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else. |
Velikost souboru | 3.64 KB |
Počet instalací | 10 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2015-12-07 |
Datum Vydání | 2015-12-07 |
Hodnocení | 4.50/5 Celkem 2 Hodnocení |
Vývojář | Russ Smith |
Typ Platby | free |
URL Stránky Nápovědy | https://twitter.com/russ_sm |
Podporované Jazyky | 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" } ] } |