YouTube Features — Analytics and Tools

Shows useful information about the video and channel

YouTube Features — Analytics and Tools क्या है?

YouTube Features — Analytics and Tools Ali Gasymov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows useful information about the video and channel"।

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

screenshot

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

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

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

                        List of features:
- Download thumbnail in maximal resolution
- View and copy video tags
- View and copy channel tags
- Registration is not required                    

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

नाम YouTube Features — Analytics and Tools YouTube Features — Analytics and Tools
ID jkiedgmdpandlnbobnjcbhfklnpdaflc
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-features-%E2%80%94-analyt/jkiedgmdpandlnbobnjcbhfklnpdaflc
विवरण Shows useful information about the video and channel
फ़ाइल का आकार 98.2 KB
स्थापना संख्या 2,222
वर्तमान संस्करण 3.3.2
अंतिम अपडेट 2023-10-12
प्रकाशन तिथि 2021-02-23
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर Ali Gasymov
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.gasymov.com/privacy-policy/youtube-tags
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "Ali Gasymov",
    "version": "3.3.2",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon_32.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "tabs",
        "storage",
        "downloads",
        "",
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/common.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "js\/youtube.js"
            ],
            "css": [
                "css\/youtube.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "css\/*.css"
    ]
}