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. 拡張機能の基本情報
| 名前 | |
| ID | hfdooeeigghchmdjnfbgdijidgkppdlb |
| 公式URL | 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"
}
} | |