Picture for YouTube Video (download)

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

O que é Picture for YouTube Video (download)?

Picture for YouTube Video (download) é uma extensão do Chrome desenvolvida por johnsmitt, e sua principal característica é "The extension allows you to view and download picture to video on Yotube".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Picture for YouTube Video (download)

Baixe arquivos de extensão Picture for YouTube Video (download) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Picture for YouTube Video (download) Picture for YouTube Video (download)
ID gfingjfibffjbaiijobconojlccaglgl
URL Oficial https://chromewebstore.google.com/detail/picture-for-youtube-video/gfingjfibffjbaiijobconojlccaglgl
Descrição The extension allows you to view and download picture to video on Yotube
Tamanho do Arquivo 1.83 MB
Contagem de Instalações 164
Versão Atual 1.0.1
Última Atualização 2020-07-17
Data de Publicação 2020-07-13
Classificação 4.50/5 Total de 8 Avaliações
Desenvolvedor johnsmitt
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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 "
}