Return YouTube Subscribers

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

What is Return YouTube Subscribers?

Return YouTube Subscribers is a Chrome extension developed by straightfrommgyt, and its main feature is "Fixes YouTube's Subscriber Counts On Channel/Video Pages.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Return YouTube Subscribers Extension CRX File

Download Return YouTube Subscribers extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Return YouTube Subscribers Return YouTube Subscribers
ID ojecnnfmjkfobkhghilomnfihgonkjdm
Official URL https://chromewebstore.google.com/detail/return-youtube-subscriber/ojecnnfmjkfobkhghilomnfihgonkjdm
Description Fixes YouTube's Subscriber Counts On Channel/Video Pages.
File Size 9.28 KB
Installation Count 816
Current Version 3.1
Last Updated 2024-02-16
Publish Date 2022-04-19
Rating 4.07/5 Total 27 Ratings
Developer straightfrommgyt
Email [email protected]
Payment Type free
Extension Website https://ryts.mgcounts.com
Help Page URL https://ryts.mgcounts.com
Supported Languages 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\/*"
    ]
}