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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
            ]
        }
    ]
}