DISLIKE I'll be back

An extension that will restore the lost dislikes on your You Tube videos. Now you will again have the opportunity to select…

什么是DISLIKE I'll be back?

DISLIKE I'll be back是由WG web-products开发的Chrome扩展程序,该扩展的主要功能是“An extension that will restore the lost dislikes on your You Tube videos. Now you will again have the opportunity to select…”。

扩展截图

screenshot
screenshot

下载DISLIKE I'll be back扩展crx文件

下载DISLIKE I'll be back扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        An extension that will restore the lost dislikes on your You Tube videos. Now you will again have the opportunity to select suitable videos based on dislikes.
To do this, just install this extension, and it will restore the number of dissatisfied ratings for the videos.
##
#
In early November, YouTube underwent a major change. On the video hosting, it was decided to remove the display of the number of dislikes.                    

扩展基本信息

名称 DISLIKE I'll be back DISLIKE I'll be back
ID jabfapildgnlaeeenmnimphihfdbljno
官方URL https://chromewebstore.google.com/detail/dislike-ill-be-back/jabfapildgnlaeeenmnimphihfdbljno
简介 An extension that will restore the lost dislikes on your You Tube videos. Now you will again have the opportunity to select…
文件大小 52.32 KB
安装次数 14
当前版本 1.0.1
更新时间 2022-05-06
上架时间 2022-05-05
开发者 WG web-products
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://pastebin.com/gjmUMkFN
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DISLIKE I'll be back",
    "version": "1.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "ryd.background.js"
    },
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/m.youtube.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.music.youtube.com\/*"
            ],
            "js": [
                "bundled-content-script.js"
            ],
            "css": [
                "content-style.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "ryd.script.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ]
}