WebPage video finder

Search for video elements on web page, and lets you play them in external player.

Что такое WebPage video finder?

WebPage video finder - это расширение Chrome, разработанное QTeam, и его основная функция - "Search for video elements on web page, and lets you play them in external player.".

Снимки экрана расширения

screenshot

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

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

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

                        Search for video elements on web page, and lets you play them in external player.

Please install the player app in order to use this extension:
https://chrome.google.com/webstore/detail/chrome-video-player/nlfohceaegoefgjilnbmiahoodgnjdfe

IMPORTANT:"Read and change all your data on the websites you visit" permission is required to find video on page and inject "Open in player" button.

Note: Sometimes is required to reload the page (F5).
-1.4.3 Fix wrong "play button" appearance
-1.4.2 Improves perfomance                    

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

Название WebPage video finder WebPage video finder
ID egojpdlkpjgmbjmgppeknbpjnjibjiab
Официальный URL https://chrome.google.com/webstore/detail/webpage-video-finder/egojpdlkpjgmbjmgppeknbpjnjibjiab
Описание Search for video elements on web page, and lets you play them in external player.
Размер файла 27.63 KB
Количество установок 908
Текущая Версия 1.4.4
Последнее Обновление 2016-02-04
Дата публикации 2016-02-04
Рейтинг 2.00/5 Всего 8 оценок
Разработчик QTeam
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebPage video finder",
    "version": "1.4.4",
    "manifest_version": 2,
    "description": "Search for video elements on web page, and lets you play them in external player.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/background.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ]
    }
}