Herp Derp for YouTube™

Significantly improves YouTube comments by replacing them with random herps and derps.

Herp Derp for YouTube™とは何ですか?

Herp Derp for YouTube™はhttps://www.tannr.comによって開発されたChromeの拡張機能で、その主な機能は「Significantly improves YouTube comments by replacing them with random herps and derps.」です。

拡張機能のスクリーンショット

screenshot

Herp Derp for YouTube™拡張機能のCRXファイルをダウンロード

Herp Derp for YouTube™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        I loathe YouTube comments. Here’s a simple browser extension to convert them to ‘herp derp’. If you insist on reading the original (which is highly discouraged), click the comment.                    

拡張機能の基本情報

名前 Herp Derp for YouTube™ Herp Derp for YouTube™
ID ioomnmgjblnnolpdgdhebainmfbipjoh
公式URL https://chromewebstore.google.com/detail/herp-derp-for-youtube/ioomnmgjblnnolpdgdhebainmfbipjoh
説明 Significantly improves YouTube comments by replacing them with random herps and derps.
ファイルサイズ 12.01 KB
インストール数 6,546
現在のバージョン 1.6.10
最終更新日 2019-08-18
公開日 2019-08-18
評価 4.78/5 合計 510 レビュー
開発者 https://www.tannr.com
支払い方法 free
拡張機能のウェブサイト https://www.tannr.com/herp-derp-youtube-comments/
ヘルプページのURL https://twitter.com/tannerstokes
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Herp Derp for YouTube\u2122",
    "version": "1.6.10",
    "homepage_url": "https:\/\/www.tannr.com",
    "description": "Significantly improves YouTube comments by replacing them with random herps and derps.",
    "icons": {
        "48": "herp48.png",
        "128": "herp128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "all_frames": true,
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}