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
公式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
Eメール [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 "
}