Youtube Categories

Add the categories back to YouTube™

Youtube Categories क्या है?

Youtube Categories Andrew Grimm द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add the categories back to YouTube™"।

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

screenshot

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

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

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

                        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"
    }
}