Deredactie.be video expander

Expands the flash video window to a bigger size and removes other page elements.

Что такое Deredactie.be video expander?

Deredactie.be video expander - это расширение Chrome, разработанное Unknown, и его основная функция - "Expands the flash video window to a bigger size and removes other page elements.".

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

screenshot
screenshot

Скачать файл CRX расширения Deredactie.be video expander

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

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

                        Simple chrome extension to enlarge the video player on deredactie.be

When a video is playing an "ENLARGE VIDEO PLAYER" button will be added below the video. When clicked this will enlarge the video player and clean up the page for an enhanced viewing experience.

Provided under the MIT License.                    

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

Название Deredactie.be video expander Deredactie.be video expander
ID fpfmhalfhgcbknjdgpkkglgadpfemogh
Официальный URL https://chromewebstore.google.com/detail/deredactiebe-video-expand/fpfmhalfhgcbknjdgpkkglgadpfemogh
Описание Expands the flash video window to a bigger size and removes other page elements.
Размер файла 42.65 KB
Количество установок 71
Текущая Версия 1.0.0
Последнее Обновление 2015-09-27
Дата публикации 2015-09-27
Разработчик Unknown
Тип оплаты free
Официальный сайт расширения https://github.com/beele/DeredactieVideoExpander
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Deredactie.be video expander",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Expands the flash video window to a bigger size and removes other page elements.",
    "homepage_url": "http:\/\/www.beeles-place.be",
    "icons": {
        "16": "icons\/icon.png",
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.deredactie.be\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/inject\/inject.js"
    ]
}