Democrat Punch
Changes every instance of the word Nazi to Democrat
Co to jest Democrat Punch?
Democrat Punch to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Changes every instance of the word Nazi to Democrat”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Democrat Punch
Pobierz pliki rozszerzeń Democrat Punch 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
Democrat Punch is a tasty extension that replaces every use of the word "Nazi" with the word "Democrat". Created by Craig R. Brittain (@CraigRBrittain on Twitter) - if you like this extension please contribute to me via Patreon at http://Patreon.com/Audit or alternatively you can make one-time donations via Square Cash at http://cash.me/$CraigBrittain.
Podstawowe informacje o rozszerzeniu
Nazwa | Democrat Punch |
ID | hfdooeeigghchmdjnfbgdijidgkppdlb |
Oficjalny URL | https://chromewebstore.google.com/detail/democrat-punch/hfdooeeigghchmdjnfbgdijidgkppdlb |
Opis | Changes every instance of the word Nazi to Democrat |
Rozmiar pliku | 24.4 KB |
Liczba instalacji | 15 |
Aktualna Wersja | 1.776 |
Ostatnia Aktualizacja | 2017-02-01 |
Data Publikacji | 2017-01-31 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Strona Rozszerzenia | http://twitter.com/CraigRBrittain |
Adres URL Strony Pomocy | http://patreon.com/audit |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Democrat Punch", "description": "Changes every instance of the word Nazi to Democrat", "version": "1.776", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "icons": { "128": "icon.png" } } |