HerpDerpTube

HerpDerp filter for YouTube comments

什麼是HerpDerpTube?

HerpDerpTube是由Dan Orzechowski開發的Chrome擴展程式,該擴展的主要功能是“HerpDerp filter for YouTube comments”。

擴展截圖

screenshot

下載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 HerpDerpTube
ID kjfnijmpdionkaaedkcnngbfkcbknioa
官方網址 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\/*"
    ]
}