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