Herp Derp for YouTube™
Significantly improves YouTube comments by replacing them with random herps and derps.
Herp Derp for YouTube™คืออะไร?
Herp Derp for YouTube™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.tannr.com และคุณลักษณะหลักของมันคือ "Significantly improves YouTube comments by replacing them with random herps and derps."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Herp Derp for YouTube™
ดาวน์โหลดไฟล์ส่วนขยาย 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™ |
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" ] } ] } |