Dislike button on Youtube

How to return the dislike button on YouTube? Use the extension.

什麼是Dislike button on Youtube?

Dislike button on Youtube是由ovanton開發的Chrome擴展程式,該擴展的主要功能是“How to return the dislike button on YouTube? Use the extension.”。

擴展截圖

screenshot
screenshot

下載Dislike button on Youtube擴展crx文件

下載Dislike button on Youtube擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The YouTube Dislike Extension is a tool that allows users to bring back the dislikes button(db) on YouTube. This feature was removed by YT for unknown reasons, but the extension allows users to see and use the db again. With this tool, users can once again express their disapproval of a video by clicking button. Additionally, allows users to see the dislike count on a video, similar to the like count. Overall, the YDE is a must-have for anyone who wants to have the ability to 👎👎👎 videos on YT again.                    

擴展基本資訊

名稱 Dislike button on Youtube Dislike button on Youtube
ID mfpfhipgnghfnaieaeiblcadlbclfgka
官方網址 https://chromewebstore.google.com/detail/dislike-button-on-youtube/mfpfhipgnghfnaieaeiblcadlbclfgka
簡介 How to return the dislike button on YouTube? Use the extension.
檔案大小 43.67 KB
安裝次數 2,861
目前版本 0.1.2
更新時間 2023-08-28
上架時間 2023-01-26
評分 2.68/5 共 22 次評分
開發者 ovanton
電子郵箱 [email protected]
付費類型 free
支援的語言 id,de,en,en-GB,en-US,fr,tr,es,es-419,it,pt-BR,pt-PT,ru,th,ja,ko
manifest.json
{
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "css": [
                "css\/content-style.css",
                "css\/style.css"
            ],
            "exclude_matches": [
                "*:\/\/*.music.youtube.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/m.youtube.com\/*"
            ]
        }
    ],
    "description": "__MSG_extShortName__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.2",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "ryd.script.js"
            ]
        }
    ]
}