Tired of the world
Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.
Co to jest Tired of the world?
Tired of the world to rozszerzenie Chrome opracowane przez Russ Smith, a jego główną funkcją jest „Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.”.
Pobierz plik CRX rozszerzenia Tired of the world
Pobierz pliki rozszerzeń Tired of the world w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | njnocmjcklnbdnaclfcjedagagammdip |
Oficjalny URL | https://chrome.google.com/webstore/detail/tired-of-the-world/njnocmjcklnbdnaclfcjedagagammdip |
Opis | Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else. |
Rozmiar pliku | 3.64 KB |
Liczba instalacji | 10 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2015-12-07 |
Data Publikacji | 2015-12-07 |
Ocena | 4.50/5 Łącznie 2 Oceny |
Deweloper | Russ Smith |
Typ Płatności | free |
Adres URL Strony Pomocy | https://twitter.com/russ_sm |
Obsługiwane Języki | 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" } ] } |