Return YouTube Subscribers
Fixes YouTube's Subscriber Counts On Channel/Video Pages.
Co je Return YouTube Subscribers?
Return YouTube Subscribers je rozšíření Chrome vyvinuté straightfrommgyt, a jeho hlavní funkcí je „Fixes YouTube's Subscriber Counts On Channel/Video Pages.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Return YouTube Subscribers
Stáhněte si soubory rozšíření Return YouTube Subscribers ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Return YouTube Subscribers |
ID | ojecnnfmjkfobkhghilomnfihgonkjdm |
Oficiální URL | https://chromewebstore.google.com/detail/return-youtube-subscriber/ojecnnfmjkfobkhghilomnfihgonkjdm |
Popis | Fixes YouTube's Subscriber Counts On Channel/Video Pages. |
Velikost souboru | 9.28 KB |
Počet instalací | 816 |
Aktuální Verze | 3.1 |
Poslední Aktualizace | 2024-02-16 |
Datum Vydání | 2022-04-19 |
Hodnocení | 4.07/5 Celkem 27 Hodnocení |
Vývojář | straightfrommgyt |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://ryts.mgcounts.com |
URL Stránky Nápovědy | https://ryts.mgcounts.com |
Podporované Jazyky | 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\/*" ] } |