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 là gì?

Henry's Dislike Buttonator là một tiện ích mở rộng Chrome được phát triển bởi henrywarren04, và tính năng chính của nó là "We're bringing back the dislike button! Written by hand with the help of StackOverflow here and there and some jQuery. More…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Henry's Dislike Buttonator

Tải xuống các tệp mở rộng Henry's Dislike Buttonator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Henry's Dislike Buttonator Henry's Dislike Buttonator
ID fbfcaeaajddbocgeoncomnhfdabeddcn
URL Chính Thức https://chrome.google.com/webstore/detail/henrys-dislike-buttonator/fbfcaeaajddbocgeoncomnhfdabeddcn
Mô tả We're bringing back the dislike button! Written by hand with the help of StackOverflow here and there and some jQuery. More…
Kích Thước Tệp 58.6 KB
Số Lần Cài Đặt 120
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2021-11-24
Ngày Phát Hành 2021-11-24
Đánh Giá 2.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển henrywarren04
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}