YouTube Tags

The extension to view the tags of any YouTube video

YouTube Tags क्या है?

YouTube Tags Ali Gasymov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The extension to view the tags of any YouTube video"।

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

screenshot
screenshot

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

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

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

                        Browse the tags of any YouTube video with the YouTube Tags. Use your browser as before, because the extension for viewing tags from YouTube video does not affect its performance.

Note: don't forget to reload the YouTube page after installing the extension.                    

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

नाम YouTube Tags YouTube Tags
ID fffiogeaioiinfekkflcfebaoiohkkgp
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-tags/fffiogeaioiinfekkflcfebaoiohkkgp
विवरण The extension to view the tags of any YouTube video
फ़ाइल का आकार 58.69 KB
स्थापना संख्या 79,276
वर्तमान संस्करण 7.0.3
अंतिम अपडेट 2023-10-09
प्रकाशन तिथि 2020-06-21
रेटिंग 4.58/5 कुल 158 रेटिंग्स
डेवलपर Ali Gasymov
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.gasymov.com/privacy-policy/youtube-tags
समर्थित भाषाएँ de,en,en-GB,en-US,fr,es,pt-BR,pt-PT,ru,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "7.0.3",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png",
        "256": "images\/icon-256.png",
        "512": "images\/icon-512.png"
    },
    "author": "alik0211",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "permissions": [
        "alarms",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "background": {
        "service_worker": "js\/background.js"
    }
}