Picture for YouTube Video (download)

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

Was ist Picture for YouTube Video (download)?

Picture for YouTube Video (download) ist eine Chrome-Erweiterung, die von johnsmitt entwickelt wurde, und ihr Hauptmerkmal ist "The extension allows you to view and download picture to video on Yotube".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Picture for YouTube Video (download)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Picture for YouTube Video (download)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Picture for YouTube Video (download) Picture for YouTube Video (download)
ID gfingjfibffjbaiijobconojlccaglgl
Offizielle URL https://chromewebstore.google.com/detail/picture-for-youtube-video/gfingjfibffjbaiijobconojlccaglgl
Beschreibung The extension allows you to view and download picture to video on Yotube
Dateigröße 1.83 MB
Installationsanzahl 164
Aktuelle Version 1.0.1
Letztes Update 2020-07-17
Veröffentlichungsdatum 2020-07-13
Bewertung 4.50/5 Insgesamt 8 Bewertungen
Entwickler johnsmitt
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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 "
}