Return The Red Subscribe Button

Brings back the classic red subscribe button.

Return The Red Subscribe Button là gì?

Return The Red Subscribe Button là một tiện ích mở rộng Chrome được phát triển bởi https://damiendavisneff.com, và tính năng chính của nó là "Brings back the classic red subscribe button.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Return The Red Subscribe Button

Tải xuống các tệp mở rộng Return The Red Subscribe Button 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 Subscribe Button's red color, keeping YouTube's history alive while keeping the new design fresh and fully customizable. 

Not only can you return the red color, but you can change it to any color you want, alongside the fully customizable context and like buttons!                    

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

Tên Return The Red Subscribe Button Return The Red Subscribe Button
ID jelocjcknmhfifcapebeibnolciholbl
URL Chính Thức https://chromewebstore.google.com/detail/return-the-red-subscribe/jelocjcknmhfifcapebeibnolciholbl
Mô tả Brings back the classic red subscribe button.
Kích Thước Tệp 442 KB
Số Lần Cài Đặt 1,061
Phiên Bản Hiện Tại 0.5.1.5
Cập Nhật Lần Cuối 2023-10-10
Ngày Phát Hành 2022-10-31
Đánh Giá 4.72/5 Tổng số 18 Đánh Giá
Nhà Phát Triển https://damiendavisneff.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/DamienDavisNeff/RedSubscribeButton/blob/main/README.md
URL Trang Trợ Giúp https://www.damiendavisneff.com/support
URL Trang Chính Sách Bảo Mật https://github.com/DamienDavisNeff/PrivacyPolicies
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Return The Red Subscribe Button",
    "short_name": "Red Subscribe Button",
    "version": "0.5.1.5",
    "description": "Brings back the classic red subscribe button.",
    "icons": {
        "128": "images\/icon.png",
        "48": "images\/icon_small.png"
    },
    "action": {
        "default_popup": "\/popup\/info.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/variables.css"
            ],
            "js": [
                "scripts\/apply_settings.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/subscribe_button.css",
                "css\/blue_buttons.css",
                "css\/like_button.css",
                "css\/uppercase_letters.css",
                "css\/uppercase_engagment.css",
                "css\/rectangle_buttons.css"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ]
        }
    ]
}