Picture for YouTube Video (download)

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

Picture for YouTube Video (download) là gì?

Picture for YouTube Video (download) là một tiện ích mở rộng Chrome được phát triển bởi johnsmitt, và tính năng chính của nó là "The extension allows you to view and download picture to video on Yotube".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Picture for YouTube Video (download)

Tải xuống các tệp mở rộng Picture for YouTube Video (download) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Picture for YouTube Video (download) Picture for YouTube Video (download)
ID gfingjfibffjbaiijobconojlccaglgl
URL Chính Thức https://chromewebstore.google.com/detail/picture-for-youtube-video/gfingjfibffjbaiijobconojlccaglgl
Mô tả The extension allows you to view and download picture to video on Yotube
Kích Thước Tệp 1.83 MB
Số Lần Cài Đặt 164
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2020-07-17
Ngày Phát Hành 2020-07-13
Đánh Giá 4.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển johnsmitt
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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 "
}