Show Youtube Dislike Counter | YouDisLike

Youtube Dislike Counter YouDisLike, Return YouTube Dislike View Dislikes Count

Show Youtube Dislike Counter | YouDisLike란 무엇입니까?

Show Youtube Dislike Counter | YouDisLike은(는) YouDislike에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Youtube Dislike Counter YouDisLike, Return YouTube Dislike View Dislikes Count"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Show Youtube Dislike Counter | YouDisLike 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With Show Youtube Dislike Counter | YouDisLike, the dislikes button comes back. 
You can understand how useful a video you watch is by looking at the number of dislikes. 
It can determine the quality of education, especially in educational videos.
Starting December 13th 2021, YouTube removed the ability to see dislikes from their API. With Show Youtube Dislike Counter | YouDisLike return youtube dislike.                    

확장 프로그램 기본 정보

이름 Show Youtube Dislike Counter | YouDisLike Show Youtube Dislike Counter | YouDisLike
ID lcdlignfoefnkcfejmlnegoobondbfjb
공식 URL https://chromewebstore.google.com/detail/show-youtube-dislike-coun/lcdlignfoefnkcfejmlnegoobondbfjb
설명 Youtube Dislike Counter YouDisLike, Return YouTube Dislike View Dislikes Count
파일 크기 60.16 KB
설치 횟수 1,000
현재 버전 0.0.6
최근 업데이트 2024-01-25
출시 날짜 2024-01-25
평점 4.84/5 총 31 개의 평점
개발자 YouDislike
이메일 juanitalowwe@gmail.com
결제 유형 free
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.0.6",
    "manifest_version": 3,
    "background": {
        "service_worker": "ServiceWorker.js"
    },
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "host_permissions": [
        "*:\/\/*.youtube.com\/*",
        "https:\/\/app-how-to-use-it.com\/*",
        "https:\/\/app-how-to-use-it.com\/wp-json\/wl\/v1\/selectors"
    ],
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/m.youtube.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.music.youtube.com\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "content-style.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    }
}