Picture for YouTube Video (download)

The extension allows you to view and download picture to video on Yotube

Picture for YouTube Video (download) क्या है?

Picture for YouTube Video (download) johnsmitt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The extension allows you to view and download picture to video on Yotube"।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Everything is simple!
Install the extension and now you will see a video picture on Youtube that you can both increase and download;)                    

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

नाम Picture for YouTube Video (download) Picture for YouTube Video (download)
ID gfingjfibffjbaiijobconojlccaglgl
आधिकारिक URL https://chromewebstore.google.com/detail/picture-for-youtube-video/gfingjfibffjbaiijobconojlccaglgl
विवरण The extension allows you to view and download picture to video on Yotube
फ़ाइल का आकार 1.83 MB
स्थापना संख्या 164
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2020-07-17
प्रकाशन तिथि 2020-07-13
रेटिंग 4.50/5 कुल 8 रेटिंग्स
डेवलपर johnsmitt
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,ru
manifest.json
{
    "name": "__MSG_chrome_extension_name__",
    "version": "1.0.1",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_chrome_extension_description__",
    "default_locale": "en",
    "manifest_version": 2,
    "icons": {
        "128": "\/img\/glaz.png",
        "16": "\/img\/glaz.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/css\/style_background.css"
            ],
            "js": [
                "jquery.min.js",
                "jquery-ui.js",
                "download.js",
                "background.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "background": {
        "scripts": [
            "jquery.min.js"
        ]
    },
    "web_accessible_resources": [
        "\/*",
        "*:\/\/*"
    ],
    "browser_action": {
        "default_icon": "\/img\/glaz.png"
    },
    "content_security_policy": "object-src 'self' https:\/\/money.yandex.ru https:\/\/img.youtube.com; script-src 'self' 'unsafe-eval' https:\/\/s.ytimg.com\/yts\/jsbin\/www-widgetapi-vflxuRgW5\/www-widgetapi.js "
}