Deredactie.be video expander
Expands the flash video window to a bigger size and removes other page elements.
Co je Deredactie.be video expander?
Deredactie.be video expander je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Expands the flash video window to a bigger size and removes other page elements.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Deredactie.be video expander
Stáhněte si soubory rozšíření Deredactie.be video expander ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Deredactie.be video expander |
ID | fpfmhalfhgcbknjdgpkkglgadpfemogh |
Oficiální URL | https://chromewebstore.google.com/detail/deredactiebe-video-expand/fpfmhalfhgcbknjdgpkkglgadpfemogh |
Popis | Expands the flash video window to a bigger size and removes other page elements. |
Velikost souboru | 42.65 KB |
Počet instalací | 71 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2015-09-27 |
Datum Vydání | 2015-09-27 |
Vývojář | Unknown |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/beele/DeredactieVideoExpander |
Podporované Jazyky | 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" ] } |