YouTube Screenshot Button

Screenshot button for YouTube.

YouTube Screenshot Button क्या है?

YouTube Screenshot Button Tuhnik द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Screenshot button for YouTube."।

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

screenshot

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

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

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

                        Just click and let the magic happen. Also works on YouTube Gaming.

Changes:
05.05.2022: Fixed a bug related to file names.                    

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

नाम YouTube Screenshot Button YouTube Screenshot Button
ID ehehmcocpegbmagfhajbmeofolnpdfla
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-screenshot-button/ehehmcocpegbmagfhajbmeofolnpdfla
विवरण Screenshot button for YouTube.
फ़ाइल का आकार 151 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 0.1.6
अंतिम अपडेट 2022-05-10
प्रकाशन तिथि 2018-11-16
रेटिंग 4.38/5 कुल 34 रेटिंग्स
डेवलपर Tuhnik
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "author": "Tuhnik",
    "manifest_version": 3,
    "name": "YouTube Screenshot Button",
    "host_permissions": [
        "https:\/\/*.youtube.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.6",
    "permissions": [
        "webNavigation"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/page.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Screenshot button for YouTube.",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    }
}