Deredactie.be video expander
Expands the flash video window to a bigger size and removes other page elements.
Cos'è Deredactie.be video expander?
Deredactie.be video expander è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Expands the flash video window to a bigger size and removes other page elements.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Deredactie.be video expander
Scarica i file di estensione Deredactie.be video expander in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Deredactie.be video expander |
ID | fpfmhalfhgcbknjdgpkkglgadpfemogh |
URL Ufficiale | https://chromewebstore.google.com/detail/deredactiebe-video-expand/fpfmhalfhgcbknjdgpkkglgadpfemogh |
Descrizione | Expands the flash video window to a bigger size and removes other page elements. |
Dimensione del File | 42.65 KB |
Conteggio Installazioni | 71 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2015-09-27 |
Data di Pubblicazione | 2015-09-27 |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/beele/DeredactieVideoExpander |
Lingue Supportate | 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" ] } |