YouTube Thumbnail Extractor

Easy and fast way to extract YouTube thumbnails.

YouTube Thumbnail Extractor क्या है?

YouTube Thumbnail Extractor Synn Ko द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy and fast way to extract YouTube thumbnails."।

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

screenshot

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

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

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

                        Use this extension to grab the thumbnails of the videos you're watching.                    

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

नाम YouTube Thumbnail Extractor YouTube Thumbnail Extractor
ID hfnkfhdbiapkoeafnfpjcnifcnpidkgc
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-thumbnail-extract/hfnkfhdbiapkoeafnfpjcnifcnpidkgc
विवरण Easy and fast way to extract YouTube thumbnails.
फ़ाइल का आकार 8.58 KB
स्थापना संख्या 265
वर्तमान संस्करण 1.0
अंतिम अपडेट 2019-04-08
प्रकाशन तिथि 2019-04-04
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Synn Ko
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Thumbnail Extractor",
    "version": "1.0",
    "description": "Easy and fast way to extract YouTube thumbnails.",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "icons": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        ""
    ]
}