Youtube Categories

Add the categories back to YouTube™

Youtube Categoriesคืออะไร?

Youtube Categories เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrew Grimm และคุณลักษณะหลักของมันคือ "Add the categories back to YouTube™"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Categories

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

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

                        Google removed the YouTube categories from the description of videos. This extension allows you to easily see YouTube video categories again in place of the subscriber count of a channel. If you're just curious, or need to view these categories for web filtering, YouTube Categories will give you back the information you were missing.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Youtube Categories Youtube Categories
ID eddhbfndofdkljemlhkldinjpbkhdpcm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-categories/eddhbfndofdkljemlhkldinjpbkhdpcm
คำอธิบาย Add the categories back to YouTube™
ขนาดไฟล์ 45.24 KB
จำนวนการติดตั้ง 1,017
เวอร์ชันปัจจุบัน 0.1.4
อัปเดตครั้งล่าสุด 2021-09-01
วันที่เผยแพร่ 2020-12-23
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Andrew Grimm
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Categories",
    "version": "0.1.4",
    "description": "Add the categories back to YouTube\u2122",
    "background": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/youtube.com\/*"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}