Youtube Dislike Count

Add dislike count back to YouTube.

Youtube Dislike Countคืออะไร?

Youtube Dislike Count เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Blake Stevenson และคุณลักษณะหลักของมันคือ "Add dislike count back to YouTube."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Youtube Dislike Count ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Youtube has recently removed the ability for users to see the dislike counter on a video. YouTube Dislike Count utilizes the YouTube API to bring back the counter we all know and love. This lightweight extension will allow you to once again see how many dislikes a video has rather than just seeing “DISLIKE”. This allows you to gauge if the video you are about to watch is worth your time or not.

How to use:
1. Install the extension
2. Open a YouTube video
3. You are done! It’s that simple.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Youtube Dislike Count Youtube Dislike Count
ID ekhadcgokphidnhcikkdmegkfcpefdok
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/youtube-dislike-count/ekhadcgokphidnhcikkdmegkfcpefdok
คำอธิบาย Add dislike count back to YouTube.
ขนาดไฟล์ 3.64 KB
จำนวนการติดตั้ง 4,415
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-11-13
วันที่เผยแพร่ 2021-11-13
คะแนน 2.86/5 รวมทั้งหมด 99 คะแนน
ผู้พัฒนา Blake Stevenson
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://blakestevenson.me
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Dislike Count",
    "description": "Add dislike count back to YouTube.",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/watch?v=*"
            ],
            "js": [
                "dislike.js"
            ]
        }
    ]
}