Picture for YouTube Video (download)

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

Apa itu Picture for YouTube Video (download)?

Picture for YouTube Video (download) adalah ekstensi Chrome yang dikembangkan oleh johnsmitt, dan fitur utamanya adalah "The extension allows you to view and download picture to video on Yotube".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Picture for YouTube Video (download)

Unduh file ekstensi Picture for YouTube Video (download) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Picture for YouTube Video (download) Picture for YouTube Video (download)
ID gfingjfibffjbaiijobconojlccaglgl
URL Resmi https://chromewebstore.google.com/detail/picture-for-youtube-video/gfingjfibffjbaiijobconojlccaglgl
Deskripsi The extension allows you to view and download picture to video on Yotube
Ukuran File 1.83 MB
Jumlah Instalasi 164
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2020-07-17
Tanggal Publikasi 2020-07-13
Penilaian 4.50/5 Total 8 Penilaian
Pengembang johnsmitt
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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 "
}