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
官方網址 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"
            ]
        }
    ]
}