Democrat Punch
Changes every instance of the word Nazi to Democrat
Cos'è Democrat Punch?
Democrat Punch è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Changes every instance of the word Nazi to Democrat".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Democrat Punch
Scarica i file di estensione Democrat Punch in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | hfdooeeigghchmdjnfbgdijidgkppdlb |
| URL Ufficiale | https://chromewebstore.google.com/detail/democrat-punch/hfdooeeigghchmdjnfbgdijidgkppdlb |
| Descrizione | Changes every instance of the word Nazi to Democrat |
| Dimensione del File | 24.4 KB |
| Conteggio Installazioni | 15 |
| Versione Corrente | 1.776 |
| Ultimo Aggiornamento | 2017-02-01 |
| Data di Pubblicazione | 2017-01-31 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://twitter.com/CraigRBrittain |
| URL della Pagina di Aiuto | http://patreon.com/audit |
| Lingue Supportate | 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"
}
} | |