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 chr0me.dev33, 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 nmkbjkaanoiojdinkkonemgoiapmhood
URL Chính Thức https://chrome.google.com/webstore/detail/show-youtube-dislikes/nmkbjkaanoiojdinkkonemgoiapmhood
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 50.81 KB
Số Lần Cài Đặt 2,267
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2023-01-20
Ngày Phát Hành 2022-12-23
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển chr0me.dev33
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://videofbsdk.name/privacy-policy.html
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"
            ]
        }
    ]
}