Deredactie.be video expander

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

Co to jest Deredactie.be video expander?

Deredactie.be video expander to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Expands the flash video window to a bigger size and removes other page elements.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Deredactie.be video expander

Pobierz pliki rozszerzeń Deredactie.be video expander w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Deredactie.be video expander Deredactie.be video expander
ID fpfmhalfhgcbknjdgpkkglgadpfemogh
Oficjalny URL https://chromewebstore.google.com/detail/deredactiebe-video-expand/fpfmhalfhgcbknjdgpkkglgadpfemogh
Opis Expands the flash video window to a bigger size and removes other page elements.
Rozmiar pliku 42.65 KB
Liczba instalacji 71
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2015-09-27
Data Publikacji 2015-09-27
Deweloper Unknown
Typ Płatności free
Strona Rozszerzenia https://github.com/beele/DeredactieVideoExpander
Obsługiwane Języki 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"
    ]
}