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是由henrywarren04開發的Chrome擴展程式,該擴展的主要功能是“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

下載Henry's Dislike Buttonator擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}