Return Youtube Red Subscribe Button

Brings back the red subscribe button.

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

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

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Return the red subscribe button on YouTube.

This extension is currently in an active development phase, so if you experience any issues, don’t hesitate to report them on our GitHub page.

https://github.com/sapondanaisriwan/AdashimaaTube
https://github.com/sapondanaisriwan/Return-Youtube-Red-Subscribe-Button                    

एक्सटेंशन की मूल जानकारी

नाम Return Youtube Red Subscribe Button Return Youtube Red Subscribe Button
ID coklcfenffnpbmkhjcjmjhnahiglepij
आधिकारिक URL https://chromewebstore.google.com/detail/return-youtube-red-subscr/coklcfenffnpbmkhjcjmjhnahiglepij
विवरण Brings back the red subscribe button.
फ़ाइल का आकार 43.27 KB
स्थापना संख्या 365
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2023-01-12
प्रकाशन तिथि 2022-12-12
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर sapondanaisriwan
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/sapondanaisriwan/Return-Youtube-Red-Subscribe-Button
सहायता पृष्ठ URL https://github.com/sapondanaisriwan/Return-Youtube-Red-Subscribe-Button/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Return Youtube Red Subscribe Button",
    "description": "Brings back the red subscribe button.",
    "version": "0.0.2",
    "action": {
        "default_popup": "\/popup\/popup.html",
        "default_icon": "\/images\/icon128.png"
    },
    "icons": {
        "45": "\/images\/icon45.png",
        "64": "\/images\/icon64.png",
        "128": "\/images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "\/styles\/my-styles.css"
            ]
        }
    ]
}