Youtube Dislike Count

Add dislike count back to YouTube.

什么是Youtube Dislike Count?

Youtube Dislike Count是由Blake Stevenson开发的Chrome扩展程序,该扩展的主要功能是“Add dislike count back to YouTube.”。

扩展截图

screenshot

下载Youtube Dislike Count扩展crx文件

下载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"
            ]
        }
    ]
}