NietzscheDerp
Inspired by tannr.com's Herp Derp, NietzscheDerp replaces YouTube comments with Nietzsche quotes.
NietzscheDerpとは何ですか?
NietzscheDerpはtloud365によって開発されたChromeの拡張機能で、その主な機能は「Inspired by tannr.com's Herp Derp, NietzscheDerp replaces YouTube comments with Nietzsche quotes.」です。
NietzscheDerp拡張機能のCRXファイルをダウンロード
NietzscheDerp拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | ![]() |
ID | pebecomnimagpgffocepgemejgedfdaj |
公式URL | https://chrome.google.com/webstore/detail/nietzschederp/pebecomnimagpgffocepgemejgedfdaj |
説明 | Inspired by tannr.com's Herp Derp, NietzscheDerp replaces YouTube comments with Nietzsche quotes. |
ファイルサイズ | 52.89 KB |
インストール数 | 60 |
現在のバージョン | 1.0 |
最終更新日 | 2012-10-10 |
公開日 | 2012-10-10 |
評価 | 4.00/5 合計 8 レビュー |
開発者 | tloud365 |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "NietzscheDerp", "version": "1.0", "manifest_version": 2, "homepage_url": "http:\/\/twitter.com\/tloud", "description": "Inspired by tannr.com's Herp Derp, NietzscheDerp replaces YouTube comments with Nietzsche quotes.", "icons": { "48": "nietzsche-48.png", "128": "nietzsche-128.png" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "http:\/\/www.youtube.com\/*", "http:\/\/www.youtu.be\/*", "https:\/\/www.youtube.com\/*", "https:\/\/www.youtu.be\/*" ], "js": [ "jquery.min.js", "nietzschederp.js" ] } ] } |