Deredactie.be video expander
Expands the flash video window to a bigger size and removes other page elements.
Τι είναι το Deredactie.be video expander;
Το Deredactie.be video expander είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Unknown, και η κύρια λειτουργία του είναι "Expands the flash video window to a bigger size and removes other page elements.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Deredactie.be video expander
Λήψη αρχείων επέκτασης Deredactie.be video expander σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Deredactie.be video expander |
ID | fpfmhalfhgcbknjdgpkkglgadpfemogh |
Επίσημο URL | https://chromewebstore.google.com/detail/deredactiebe-video-expand/fpfmhalfhgcbknjdgpkkglgadpfemogh |
Περιγραφή | Expands the flash video window to a bigger size and removes other page elements. |
Μέγεθος Αρχείου | 42.65 KB |
Αριθμός Εγκαταστάσεων | 71 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2015-09-27 |
Ημερομηνία Δημοσίευσης | 2015-09-27 |
Προγραμματιστής | Unknown |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/beele/DeredactieVideoExpander |
Υποστηριζόμενες Γλώσσες | 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" ] } |