Democrat Punch
Changes every instance of the word Nazi to Democrat
什麼是Democrat Punch?
Democrat Punch是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Changes every instance of the word Nazi to Democrat”。
擴展截圖
下載Democrat Punch擴展crx文件
下載Democrat Punch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Democrat Punch |
ID | hfdooeeigghchmdjnfbgdijidgkppdlb |
官方網址 | https://chromewebstore.google.com/detail/democrat-punch/hfdooeeigghchmdjnfbgdijidgkppdlb |
簡介 | Changes every instance of the word Nazi to Democrat |
檔案大小 | 24.4 KB |
安裝次數 | 15 |
目前版本 | 1.776 |
更新時間 | 2017-02-01 |
上架時間 | 2017-01-31 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Unknown |
付費類型 | free |
擴展官網 | http://twitter.com/CraigRBrittain |
說明頁面URL | http://patreon.com/audit |
支援的語言 | 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" } } |