Return The Red Subscribe Button

Brings back the classic red subscribe button.

Return The Red Subscribe Buttonคืออะไร?

Return The Red Subscribe Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://damiendavisneff.com และคุณลักษณะหลักของมันคือ "Brings back the classic red subscribe button."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Return The Red Subscribe Button

ดาวน์โหลดไฟล์ส่วนขยาย Return The Red Subscribe Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Return The Red Subscribe Button Return The Red Subscribe Button
ID jelocjcknmhfifcapebeibnolciholbl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/return-the-red-subscribe/jelocjcknmhfifcapebeibnolciholbl
คำอธิบาย Brings back the classic red subscribe button.
ขนาดไฟล์ 442 KB
จำนวนการติดตั้ง 1,061
เวอร์ชันปัจจุบัน 0.5.1.5
อัปเดตครั้งล่าสุด 2023-10-10
วันที่เผยแพร่ 2022-10-31
คะแนน 4.72/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา https://damiendavisneff.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/DamienDavisNeff/RedSubscribeButton/blob/main/README.md
URL หน้าช่วยเหลือ https://www.damiendavisneff.com/support
URL หน้านโยบายความเป็นส่วนตัว https://github.com/DamienDavisNeff/PrivacyPolicies
ภาษาที่รองรับ 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\/*"
            ]
        }
    ]
}