YouTube Dislikes Democratized

Dislike video and other know the reason why!

YouTube Dislikes Democratized란 무엇입니까?

YouTube Dislikes Democratized은(는) https://democratizeddislikes.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dislike video and other know the reason why!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

YouTube Dislikes Democratized 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        YouTube Dislike Counter
Show others that you dislike a video, and also give them the reason why!

Compatible with other dislike count Chrome extensions

Important Notice: Because the user base for this extension is relatively low as of this moment, you are not likely to see user ratings on most videos.
Help us spread the word of this extension. As more people begin using it, we'll start getting better quality ratings on videos!

Videos that do not have community generated ratings will not show any overlay (modify the visible page in any way). To test if the extension is working properly, try this test page: 
https://www.youtube.com/watch?v=kxOuG8jMIgI                    

확장 프로그램 기본 정보

이름 YouTube Dislikes Democratized YouTube Dislikes Democratized
ID pjhjaphpahenflpjgoddjdhidkbjlefo
공식 URL https://chromewebstore.google.com/detail/youtube-dislikes-democrat/pjhjaphpahenflpjgoddjdhidkbjlefo
설명 Dislike video and other know the reason why!
파일 크기 104 KB
설치 횟수 32
현재 버전 1.7.1
최근 업데이트 2022-01-08
출시 날짜 2022-01-05
평점 1.00/5 총 1 개의 평점
개발자 https://democratizeddislikes.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.democratizeddislikes.com
도움말 페이지 URL https://www.democratizeddislikes.com/contact.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "YouTube Dislikes Democratized",
    "description": "Dislike video and other know the reason why!",
    "version": "1.7.1",
    "icons": {
        "48": "images\/icon-48.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png",
        "256": "images\/icon-256.png",
        "512": "images\/icon-512.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "intercept_rating.js"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/*.youtube.com\/*"
            ],
            "all_frames": false
        },
        {
            "js": [
                "populate_page.js"
            ],
            "run_at": "document_idle",
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/toolbar-icon-16.png",
            "19": "images\/toolbar-icon-19.png",
            "32": "images\/toolbar-icon-32.png",
            "38": "images\/toolbar-icon-38.png"
        }
    },
    "host_permissions": [
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.democratizeddislikes.com\/*"
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}