Show Youtube Dislike Counter | YouDisLike

Youtube Dislike Counter YouDisLike, Return YouTube Dislike View Dislikes Count

Show Youtube Dislike Counter | YouDisLike là gì?

Show Youtube Dislike Counter | YouDisLike là một tiện ích mở rộng Chrome được phát triển bởi YouDislike, và tính năng chính của nó là "Youtube Dislike Counter YouDisLike, Return YouTube Dislike View Dislikes Count".

Ả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 Dislike Counter | YouDisLike

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

                        With Show Youtube Dislike Counter | YouDisLike, the dislikes button comes back. 
You can understand how useful a video you watch is by looking at the number of dislikes. 
It can determine the quality of education, especially in educational videos.
Starting December 13th 2021, YouTube removed the ability to see dislikes from their API. With Show Youtube Dislike Counter | YouDisLike return youtube dislike.                    

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

Tên Show Youtube Dislike Counter | YouDisLike Show Youtube Dislike Counter | YouDisLike
ID lcdlignfoefnkcfejmlnegoobondbfjb
URL Chính Thức https://chromewebstore.google.com/detail/show-youtube-dislike-coun/lcdlignfoefnkcfejmlnegoobondbfjb
Mô tả Youtube Dislike Counter YouDisLike, Return YouTube Dislike View Dislikes Count
Kích Thước Tệp 60.16 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2024-01-25
Ngày Phát Hành 2024-01-25
Đánh Giá 4.84/5 Tổng số 31 Đánh Giá
Nhà Phát Triển YouDislike
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.0.6",
    "manifest_version": 3,
    "background": {
        "service_worker": "ServiceWorker.js"
    },
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "host_permissions": [
        "*:\/\/*.youtube.com\/*",
        "https:\/\/app-how-to-use-it.com\/*",
        "https:\/\/app-how-to-use-it.com\/wp-json\/wl\/v1\/selectors"
    ],
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/m.youtube.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.music.youtube.com\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "content-style.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    }
}