display video url

Obtenez en un clique toutes les urls des vidéos iframes. Pour cela enclenchez l'extension puis mettez votre sourie en haut à droite…

Что такое display video url?

display video url - это расширение Chrome, разработанное grougrou.hh, и его основная функция - "Obtenez en un clique toutes les urls des vidéos iframes. Pour cela enclenchez l'extension puis mettez votre sourie en haut à droite…".

Скачать файл CRX расширения display video url

Скачайте файлы расширений display video url в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Obtenez en un clique toutes les urls des vidéos iframes.
Pour cela enclenchez l'extension puis mettez votre sourie en haut à droite de la video! cliquez sur la checkbox et toutes les info sont à vous! 

english:

Put your mouse at the top right of the embed video and click on the checkbox!                    

Основная информация о расширении

Название display video url display video url
ID janifneiibbfldlcjlcihckpnmefmjoh
Официальный URL https://chrome.google.com/webstore/detail/display-video-url/janifneiibbfldlcjlcihckpnmefmjoh
Описание Obtenez en un clique toutes les urls des vidéos iframes. Pour cela enclenchez l'extension puis mettez votre sourie en haut à droite…
Размер файла 94.53 KB
Количество установок 41
Текущая Версия 1.0
Последнее Обновление 2015-07-09
Дата публикации 2015-07-09
Рейтинг 1.67/5 Всего 3 оценок
Разработчик grougrou.hh
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "display video url",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "web_accessible_resources": [
        "inline.js",
        "popup.html",
        "icon128.png",
        "script.js"
    ],
    "permissions": [
        "",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "myscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*"
            ],
            "run_at": "document_end"
        }
    ]
}