Democrat Punch
Changes every instance of the word Nazi to Democrat
Wat is Democrat Punch?
Democrat Punch is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Changes every instance of the word Nazi to Democrat".
Extensie Screenshots
Download het CRX-bestand van de extensie Democrat Punch
Download Democrat Punch-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
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.
Basisinformatie over de Extensie
Naam | Democrat Punch |
ID | hfdooeeigghchmdjnfbgdijidgkppdlb |
Officiële URL | https://chromewebstore.google.com/detail/democrat-punch/hfdooeeigghchmdjnfbgdijidgkppdlb |
Beschrijving | Changes every instance of the word Nazi to Democrat |
Bestandsgrootte | 24.4 KB |
Aantal Installaties | 15 |
Huidige Versie | 1.776 |
Laatst Bijgewerkt | 2017-02-01 |
Publicatiedatum | 2017-01-31 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Extensiewebsite | http://twitter.com/CraigRBrittain |
Help Pagina-URL | http://patreon.com/audit |
Ondersteunde Talen | 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" } } |