Open YouTube Dislikes

Returns YouTube dislikes for all videos, powered by archived data and machine learning.

Open YouTube Dislikes란 무엇입니까?

Open YouTube Dislikes은(는) Gustav에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Returns YouTube dislikes for all videos, powered by archived data and machine learning."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                                            

확장 프로그램 기본 정보

이름 Open YouTube Dislikes Open YouTube Dislikes
ID ncdbokbicfmcagdonblpnggbgelbmcde
공식 URL https://chrome.google.com/webstore/detail/open-youtube-dislikes/ncdbokbicfmcagdonblpnggbgelbmcde
설명 Returns YouTube dislikes for all videos, powered by archived data and machine learning.
파일 크기 30.33 KB
설치 횟수 226
현재 버전 1.0.4
최근 업데이트 2022-01-08
출시 날짜 2022-01-08
평점 1.80/5 총 5 개의 평점
개발자 Gustav
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/dkgv/open-youtube-dislikes
도움말 페이지 URL https://github.com/dkgv/open-youtube-dislikes/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Returns YouTube dislikes for all videos, powered by archived data and machine learning.",
    "manifest_version": 2,
    "name": "Open YouTube Dislikes",
    "version": "1.0.4",
    "homepage_url": "https:\/\/github.com\/dkgv\/open-youtube-dislikes",
    "icons": {
        "48": "icons\/icon-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/watch?*"
            ],
            "js": [
                "helpers.js",
                "open-youtube-dislikes.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/gustavvy.com\/*"
    ],
    "background": {
        "scripts": [
            "helpers.js",
            "background.js"
        ]
    }
}