My Groups for YouTube™

Allows you to create your own groups for subscriptions and playlists on YouTube™.

My Groups for YouTube™ क्या है?

My Groups for YouTube™ Vladimir Volkov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to create your own groups for subscriptions and playlists on YouTube™."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

एक्सटेंशन की मूल जानकारी

नाम My Groups for YouTube™ My Groups for YouTube™
ID elfckedljnccjpiclpimfgekmiaoaamf
आधिकारिक URL https://chrome.google.com/webstore/detail/my-groups-for-youtube/elfckedljnccjpiclpimfgekmiaoaamf
विवरण Allows you to create your own groups for subscriptions and playlists on YouTube™.
फ़ाइल का आकार 335 KB
स्थापना संख्या 15
वर्तमान संस्करण 0.6.4
अंतिम अपडेट 2019-09-28
प्रकाशन तिथि 2019-09-28
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Vladimir Volkov
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "manifest_version": 2,
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "version": "0.6.4",
    "default_locale": "en",
    "author": "__MSG_ext_author__",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "\/css\/content.css"
            ],
            "js": [
                "\/lib\/jquery-3.3.1.min.js",
                "\/lib\/vue.min.js",
                "\/lib\/vuex.min.js",
                "\/lib\/lodash.min.js",
                "\/js\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "\/icons\/16.png",
            "24": "\/icons\/24.png",
            "32": "\/icons\/32.png"
        },
        "default_title": "__MSG_ext_name__",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "\/icons\/16.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "downloads"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "\/img\/how-to-use-1.jpg",
        "\/img\/how-to-use-2.jpg",
        "\/img\/how-to-use-3.jpg",
        "\/img\/how-to-use-4.jpg"
    ]
}