Return YouTube Subscribers

Fixes YouTube's Subscriber Counts On Channel/Video Pages.

Return YouTube Subscribers क्या है?

Return YouTube Subscribers straightfrommgyt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fixes YouTube's Subscriber Counts On Channel/Video Pages."।

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

screenshot
screenshot
screenshot

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

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

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

                        In September of 2019, YouTube abbreviated all subscriber counts across their website and api. This extension uses yabcounts.com and nextcounts.com to get an estimated subscriber count of YouTube channels. It displays then where the abbreviated counts would be.                    

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

नाम Return YouTube Subscribers Return YouTube Subscribers
ID ojecnnfmjkfobkhghilomnfihgonkjdm
आधिकारिक URL https://chromewebstore.google.com/detail/return-youtube-subscriber/ojecnnfmjkfobkhghilomnfihgonkjdm
विवरण Fixes YouTube's Subscriber Counts On Channel/Video Pages.
फ़ाइल का आकार 9.28 KB
स्थापना संख्या 816
वर्तमान संस्करण 3.1
अंतिम अपडेट 2024-02-16
प्रकाशन तिथि 2022-04-19
रेटिंग 4.07/5 कुल 27 रेटिंग्स
डेवलपर straightfrommgyt
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://ryts.mgcounts.com
सहायता पृष्ठ URL https://ryts.mgcounts.com
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Return YouTube Subscribers",
    "description": "Fixes YouTube's Subscriber Counts On Channel\/Video Pages.",
    "manifest_version": 3,
    "version": "3.1",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "main.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/c\/*",
                "https:\/\/*.youtube.com\/channel\/*",
                "https:\/\/*.youtube.com\/user\/*",
                "https:\/\/*.youtube.com\/watch?v=*",
                "https:\/\/*.youtube.com\/@*",
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/api.mgcounts.com\/*"
    ]
}