Show YouTube Dislikes

The extension returns the display of the counter of dislikes under the video on the YouTube service

Show YouTube Dislikes là gì?

Show YouTube Dislikes là một tiện ích mở rộng Chrome được phát triển bởi chr0meyou123, và tính năng chính của nó là "The extension returns the display of the counter of dislikes under the video on the YouTube service".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Show YouTube Dislikes

Tải xuống các tệp mở rộng Show YouTube Dislikes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        The extension returns the display of the counter of dislikes under the video on the YouTube service                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Show YouTube Dislikes Show YouTube Dislikes
ID ediahdpmagmodocmhlmjdndhbdalnibo
URL Chính Thức https://chromewebstore.google.com/detail/show-youtube-dislikes/ediahdpmagmodocmhlmjdndhbdalnibo
Mô tả The extension returns the display of the counter of dislikes under the video on the YouTube service
Kích Thước Tệp 134 KB
Số Lần Cài Đặt 61
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2023-01-11
Ngày Phát Hành 2023-01-10
Nhà Phát Triển chr0meyou123
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ de,en,fr,tr,es,it,pt-BR,cs,ru,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "exclude_matches": [
                "*:\/\/*.music.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/m.youtube.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "icons\/diz128.png",
        "48": "icons\/diz48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "permissions": [
        "storage"
    ],
    "version": "1.0.5",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "ryd.script.js"
            ]
        }
    ]
}