HerpDerpTube

HerpDerp filter for YouTube comments

HerpDerpTubeคืออะไร?

HerpDerpTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dan Orzechowski และคุณลักษณะหลักของมันคือ "HerpDerp filter for YouTube comments"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HerpDerpTube

ดาวน์โหลดไฟล์ส่วนขยาย 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
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\/*"
    ]
}