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是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Expands the flash video window to a bigger size and removes other page elements.”。

扩展截图

screenshot
screenshot

下载Deredactie.be video expander扩展crx文件

下载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"
    ]
}