YouTube Dislikes Democratized

Dislike video and other know the reason why!

什么是YouTube Dislikes Democratized?

YouTube Dislikes Democratized是由https://democratizeddislikes.com开发的Chrome扩展程序,该扩展的主要功能是“Dislike video and other know the reason why!”。

扩展截图

screenshot
screenshot

下载YouTube Dislikes Democratized扩展crx文件

下载YouTube Dislikes Democratized扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        YouTube Dislike Counter
Show others that you dislike a video, and also give them the reason why!

Compatible with other dislike count Chrome extensions

Important Notice: Because the user base for this extension is relatively low as of this moment, you are not likely to see user ratings on most videos.
Help us spread the word of this extension. As more people begin using it, we'll start getting better quality ratings on videos!

Videos that do not have community generated ratings will not show any overlay (modify the visible page in any way). To test if the extension is working properly, try this test page: 
https://www.youtube.com/watch?v=kxOuG8jMIgI                    

扩展基本信息

名称 YouTube Dislikes Democratized YouTube Dislikes Democratized
ID pjhjaphpahenflpjgoddjdhidkbjlefo
官方URL https://chromewebstore.google.com/detail/youtube-dislikes-democrat/pjhjaphpahenflpjgoddjdhidkbjlefo
简介 Dislike video and other know the reason why!
文件大小 104 KB
安装次数 32
当前版本 1.7.1
更新时间 2022-01-08
上架时间 2022-01-05
评分 1.00/5 共1次评分
开发者 https://democratizeddislikes.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.democratizeddislikes.com
帮助页面URL https://www.democratizeddislikes.com/contact.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "YouTube Dislikes Democratized",
    "description": "Dislike video and other know the reason why!",
    "version": "1.7.1",
    "icons": {
        "48": "images\/icon-48.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png",
        "256": "images\/icon-256.png",
        "512": "images\/icon-512.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "intercept_rating.js"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/*.youtube.com\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "populate_page.js"
            ],
            "run_at": "document_idle",
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/toolbar-icon-16.png",
            "19": "images\/toolbar-icon-19.png",
            "32": "images\/toolbar-icon-32.png",
            "38": "images\/toolbar-icon-38.png"
        }
    },
    "host_permissions": [
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.democratizeddislikes.com\/*"
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}