Goebbels Nazi Extension
Goebbels very first extension, turns SJW hate into pro-Nazi hate.
Goebbels Nazi Extensionとは何ですか?
Goebbels Nazi ExtensionはBob Bobsonによって開発されたChromeの拡張機能で、その主な機能は「Goebbels very first extension, turns SJW hate into pro-Nazi hate.」です。
拡張機能のスクリーンショット
Goebbels Nazi Extension拡張機能のCRXファイルをダウンロード
Goebbels Nazi Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a very simple extension, is just replaces curtain phrases such as 'men' with 'jews' and 'feminist' with 'nazi'. Now, this may seem all in bad taste to you but I assure you, it's very funny. This extension exposes the complete lunacy of 3rd-wave feminism. Just to clarify I am not a nazi or support nazism or any form of discrimination.
拡張機能の基本情報
名前 | |
ID | iomgmieikoadnldfkdmbggemplkfmpfl |
公式URL | https://chrome.google.com/webstore/detail/goebbels-nazi-extension/iomgmieikoadnldfkdmbggemplkfmpfl |
説明 | Goebbels very first extension, turns SJW hate into pro-Nazi hate. |
ファイルサイズ | 1.34 MB |
インストール数 | 91 |
現在のバージョン | 1.3.1 |
最終更新日 | 2015-05-25 |
公開日 | 2015-05-25 |
評価 | 4.74/5 合計 19 レビュー |
開発者 | Bob Bobson |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Goebbels Nazi Extension", "short_name": "GNE", "version": "1.3.1", "manifest_version": 2, "description": "Goebbels very first extension, turns SJW hate into pro-Nazi hate.", "options_page": "options\/options.html", "icons": { "16": "assets\/gne_icon_16c.png", "48": "assets\/gne_icon_48c.png", "128": "assets\/gne_icon_128c.png" }, "browser_action": { "default_icon": { "19": "assets\/ba_icon_19c.png" }, "default_title": "Add Atmosphere" }, "content_scripts": [ { "js": [ "java\/script.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "background": { "scripts": [ "java\/background.js" ] }, "permissions": [ "background", "storage", "tabs", "*:\/\/*\/*" ], "web_accessible_resources": [ "background.js", "script.js" ] } |