Video Player 2.0 Dimensions

This extension allows you to calculate the size of the Flash object of Video Player desktop.

Что такое Video Player 2.0 Dimensions?

Video Player 2.0 Dimensions - это расширение Chrome, разработанное mbrz, и его основная функция - "This extension allows you to calculate the size of the Flash object of Video Player desktop.".

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

screenshot

Скачать файл CRX расширения Video Player 2.0 Dimensions

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

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

                        This extension allows you to calculate the size of the Flash object of Video Player desktop.Now with chapters.                    

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

Название Video Player 2.0 Dimensions Video Player 2.0 Dimensions
ID gagpjmpkeklcbgfkepenoknjmjkgplfa
Официальный URL https://chrome.google.com/webstore/detail/video-player-20-dimension/gagpjmpkeklcbgfkepenoknjmjkgplfa
Описание This extension allows you to calculate the size of the Flash object of Video Player desktop.
Размер файла 59.26 KB
Количество установок 680
Текущая Версия 1.1
Последнее Обновление 2015-08-18
Дата публикации 2015-08-18
Рейтинг 4.89/5 Всего 9 оценок
Разработчик mbrz
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Player 2.0 Dimensions",
    "short_name": "VP2D",
    "description": "This extension allows you to calculate the size of the Flash object of Video Player desktop.",
    "version": "1.1",
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ]
}