Deredactie.be video expander
Expands the flash video window to a bigger size and removes other page elements.
What is Deredactie.be video expander?
Deredactie.be video expander is a Chrome extension developed by Unknown, and its main feature is "Expands the flash video window to a bigger size and removes other page elements.".
Extension Screenshots
Download Deredactie.be video expander Extension CRX File
Download Deredactie.be video expander extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Deredactie.be video expander |
ID | fpfmhalfhgcbknjdgpkkglgadpfemogh |
Official URL | https://chromewebstore.google.com/detail/deredactiebe-video-expand/fpfmhalfhgcbknjdgpkkglgadpfemogh |
Description | Expands the flash video window to a bigger size and removes other page elements. |
File Size | 42.65 KB |
Installation Count | 71 |
Current Version | 1.0.0 |
Last Updated | 2015-09-27 |
Publish Date | 2015-09-27 |
Developer | Unknown |
Payment Type | free |
Extension Website | https://github.com/beele/DeredactieVideoExpander |
Supported Languages | 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" ] } |