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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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