HerpDerpTube
HerpDerp filter for YouTube comments
HerpDerpTubeとは何ですか?
HerpDerpTubeはDan Orzechowskiによって開発されたChromeの拡張機能で、その主な機能は「HerpDerp filter for YouTube comments」です。
拡張機能のスクリーンショット
HerpDerpTube拡張機能のCRXファイルをダウンロード
HerpDerpTube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
looks like the original extension is back in development! awesome! please use that one instead of this one since it works on more browsers. It's found here: https://chrome.google.com/webstore/detail/ioomnmgjblnnolpdgdhebainmfbipjoh https://github.com/twstokes/herpderp thanks, and happy derping! -- Replaces Youtube comment text with "herp derp" as a sanity-preserving measure. Click on each comment to restore its original text.
拡張機能の基本情報
名前 | HerpDerpTube |
ID | kjfnijmpdionkaaedkcnngbfkcbknioa |
公式URL | https://chromewebstore.google.com/detail/herpderptube/kjfnijmpdionkaaedkcnngbfkcbknioa |
説明 | HerpDerp filter for YouTube comments |
ファイルサイズ | 137 KB |
インストール数 | 268 |
現在のバージョン | 1.3 |
最終更新日 | 2016-11-20 |
公開日 | 2016-11-20 |
評価 | 4.29/5 合計 24 レビュー |
開発者 | Dan Orzechowski |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/orzechowskid/herpderptube |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HerpDerpTube", "description": "HerpDerp filter for YouTube comments", "version": "1.3", "icons": { "48": "images\/48.png", "96": "images\/96.png" }, "web_accessible_resources": [ "lib\/jquery-2.0.3.min.js", "lib\/jquery-2.0.3.min.map" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "lib\/jquery-2.0.3.min.js", "src\/herpderp.js" ] } ], "permissions": [ "*:\/\/*.youtube.com\/*" ] } |