Return Youtube Dislike Count

Returns the ability to see dislikes on the YouTube service

Return Youtube Dislike Count là gì?

Return Youtube Dislike Count là một tiện ích mở rộng Chrome được phát triển bởi hank.ventura.1958, và tính năng chính của nó là "Returns the ability to see dislikes 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 Return Youtube Dislike Count

Tải xuống các tệp mở rộng Return Youtube Dislike Count 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

                        Returns the ability to see dislikes on the YouTube service                    

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

Tên Return Youtube Dislike Count Return Youtube Dislike Count
ID ffclgifakkkclleojomcjngkedfmhjfl
URL Chính Thức https://chromewebstore.google.com/detail/return-youtube-dislike-co/ffclgifakkkclleojomcjngkedfmhjfl
Mô tả Returns the ability to see dislikes on the YouTube service
Kích Thước Tệp 47.12 KB
Số Lần Cài Đặt 389
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2022-12-13
Ngày Phát Hành 2022-12-12
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển hank.ventura.1958
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.7",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "ryd.script.js"
            ]
        }
    ]
}