Return YouTube Subscribers

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

Return YouTube Subscribersคืออะไร?

Return YouTube Subscribers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย straightfrommgyt และคุณลักษณะหลักของมันคือ "Fixes YouTube's Subscriber Counts On Channel/Video Pages."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Return YouTube Subscribers

ดาวน์โหลดไฟล์ส่วนขยาย Return YouTube Subscribers ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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