Show YouTube Dislikes

Returns ability to see dislikes

什么是Show YouTube Dislikes?

Show YouTube Dislikes是由websystems33开发的Chrome扩展程序,该扩展的主要功能是“Returns ability to see dislikes”。

扩展截图

screenshot
screenshot

下载Show YouTube Dislikes扩展crx文件

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

扩展使用说明

                        The extension returns the ability to see the number of dislikes on YouTube                    

扩展基本信息

名称 Show YouTube Dislikes Show YouTube Dislikes
ID pnioamagjglclpkfmaimcfkmflhkjfch
官方URL https://chrome.google.com/webstore/detail/show-youtube-dislikes/pnioamagjglclpkfmaimcfkmflhkjfch
简介 Returns ability to see dislikes
文件大小 46.23 KB
安装次数 3,580
当前版本 1.0.7
更新时间 2023-01-11
上架时间 2022-10-19
评分 5.00/5 共3次评分
开发者 websystems33
电子邮箱 [email protected]
付费类型 free
支持的语言 de,en,fr,tr,es,it,pt-BR,cs,ru,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "exclude_matches": [
                "*:\/\/*.music.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/m.youtube.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extensionDesc__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "icons\/diz128.png",
        "48": "icons\/diz48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "permissions": [
        "alarms",
        "declarativeNetRequest",
        "storage"
    ],
    "version": "1.0.7",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "ryd.script.js"
            ]
        }
    ]
}