Return The Red Subscribe Button

Brings back the classic red subscribe button.

Return The Red Subscribe Button क्या है?

Return The Red Subscribe Button https://damiendavisneff.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Brings back the classic red subscribe button."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Return The Red Subscribe Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
            ]
        }
    ]
}