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開發的Chrome擴展程式,該擴展的主要功能是“The extension allows you to view and download picture to video on Yotube”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Picture for YouTube Video (download)擴展crx文件

下載Picture for YouTube Video (download)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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 "
}