Deredactie.be video expander

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

Deredactie.be video expander là gì?

Deredactie.be video expander là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Expands the flash video window to a bigger size and removes other page elements.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Deredactie.be video expander

Tải xuống các tệp mở rộng Deredactie.be video expander dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Deredactie.be video expander Deredactie.be video expander
ID fpfmhalfhgcbknjdgpkkglgadpfemogh
URL Chính Thức https://chromewebstore.google.com/detail/deredactiebe-video-expand/fpfmhalfhgcbknjdgpkkglgadpfemogh
Mô tả Expands the flash video window to a bigger size and removes other page elements.
Kích Thước Tệp 42.65 KB
Số Lần Cài Đặt 71
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2015-09-27
Ngày Phát Hành 2015-09-27
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/beele/DeredactieVideoExpander
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}