Return Dislike for Youtube™

Extension Return Dislike for Youtube

Return Dislike for Youtube™란 무엇입니까?

Return Dislike for Youtube™은(는) Wizz Extensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension Return Dislike for Youtube"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Return Dislike for Youtube™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Return YouTube Dislike - Pro
Return YouTube Dislike restores the ability to see dislikes on YouTube.

This extension aims to restore power to users by using a combination of archived like and dislike data, as well as the likes and dislikes made by extension users to show the most accurate ratings.                    

확장 프로그램 기본 정보

이름 Return Dislike for Youtube™ Return Dislike for Youtube™
ID nphpdenalmcdfmhfjkechmigkpijbmde
공식 URL https://chrome.google.com/webstore/detail/return-dislike-for-youtub/nphpdenalmcdfmhfjkechmigkpijbmde
설명 Extension Return Dislike for Youtube
파일 크기 38.67 KB
설치 횟수 9,785
현재 버전 1.1
최근 업데이트 2023-02-14
출시 날짜 2022-11-24
평점 4.72/5 총 46 개의 평점
개발자 Wizz Extensions
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "content-style.css"
            ],
            "exclude_matches": [
                "*:\/\/*.music.youtube.com\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/m.youtube.com\/*"
            ]
        },
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Extension Return Dislike for Youtube",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 3,
    "name": "Return Dislike for Youtube\u2122",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "ryd.script.js"
            ]
        },
        {
            "resources": [
                "injected_content.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}