DISLIKE I'll be back

An extension that will restore the lost dislikes on your You Tube videos. Now you will again have the opportunity to select…

DISLIKE I'll be back là gì?

DISLIKE I'll be back là một tiện ích mở rộng Chrome được phát triển bởi WG web-products, và tính năng chính của nó là "An extension that will restore the lost dislikes on your You Tube videos. Now you will again have the opportunity to select…".

Ả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 DISLIKE I'll be back

Tải xuống các tệp mở rộng DISLIKE I'll be back 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

                        An extension that will restore the lost dislikes on your You Tube videos. Now you will again have the opportunity to select suitable videos based on dislikes.
To do this, just install this extension, and it will restore the number of dissatisfied ratings for the videos.
##
#
In early November, YouTube underwent a major change. On the video hosting, it was decided to remove the display of the number of dislikes.                    

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

Tên DISLIKE I'll be back DISLIKE I'll be back
ID jabfapildgnlaeeenmnimphihfdbljno
URL Chính Thức https://chromewebstore.google.com/detail/dislike-ill-be-back/jabfapildgnlaeeenmnimphihfdbljno
Mô tả An extension that will restore the lost dislikes on your You Tube videos. Now you will again have the opportunity to select…
Kích Thước Tệp 52.32 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2022-05-06
Ngày Phát Hành 2022-05-05
Nhà Phát Triển WG web-products
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://pastebin.com/gjmUMkFN
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DISLIKE I'll be back",
    "version": "1.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "ryd.background.js"
    },
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/m.youtube.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.music.youtube.com\/*"
            ],
            "js": [
                "bundled-content-script.js"
            ],
            "css": [
                "content-style.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "ryd.script.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ]
}