Henry's Dislike Buttonator

We're bringing back the dislike button! Written by hand with the help of StackOverflow here and there and some jQuery. More…

Henry's Dislike Buttonatorคืออะไร?

Henry's Dislike Buttonator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย henrywarren04 และคุณลักษณะหลักของมันคือ "We're bringing back the dislike button! Written by hand with the help of StackOverflow here and there and some jQuery. More…"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Henry's Dislike Buttonator

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

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

                        We're bringing back the dislike button! Written by hand with the help of StackOverflow here and there and some jQuery. More features to come, such as some formatting fixes and faster loading times. Created by yours truly in an all-nighter. This might break in the future, but I truly hope that we can enjoy (or not enjoy – to your disliking of course) the dislike button's legacy while it sticks around.

Features: 
1. Full like count is back now!
2. So is full dislike count!
3. Oh yeah, the dislikes are visible!

PS: I wanted to name it the "Dislike Button-Inator" but that's too hard to say. You can call it that if you wish. And if you could please credit me if you see this extension being used anywhere or if you use it in a video. I will stop typing now. - Henry Warren                    

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

ชื่อ Henry's Dislike Buttonator Henry's Dislike Buttonator
ID fbfcaeaajddbocgeoncomnhfdabeddcn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/henrys-dislike-buttonator/fbfcaeaajddbocgeoncomnhfdabeddcn
คำอธิบาย We're bringing back the dislike button! Written by hand with the help of StackOverflow here and there and some jQuery. More…
ขนาดไฟล์ 58.6 KB
จำนวนการติดตั้ง 120
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2021-11-24
วันที่เผยแพร่ 2021-11-24
คะแนน 2.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา henrywarren04
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Henry's Dislike Buttonator",
    "version": "0.1",
    "icons": {
        "16": "icon16.jpg",
        "48": "icon48.jpg",
        "128": "icon128.jpg"
    },
    "browser_action": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ]
}