Video Player

Video and audio player with speed control, playlist, shuffle, and volume-boosting

Τι είναι το Video Player;

Το Video Player είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον chandler.stimson, και η κύρια λειτουργία του είναι "Video and audio player with speed control, playlist, shuffle, and volume-boosting".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Video Player

Λήψη αρχείων επέκτασης Video Player σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This is a simple, yet powerful media player that supports audio boosting to 300% and playback rate speed up to 8 times. It has a minimal interface and only appends controls that are not provided by default by the VIDEO element.

This extension offers to play media files from a local disk or a remote resource. It uses the standard caching method to play remote sources with minimal interruption.

Features:
1. This player can increase volume up to 300% similar to the VLC media player
2. This player can increase the video playback rate up to 8 times
3. It supports repeating one song or an entire album
4. Can extract media sources from a destination directory and all its children's directories.
5. You can take screenshots of the video with a button or with a keyboard command.
6. Can play video formats that your browser does not support (using FFmpeg transcoding) (FLV, AVI, WMV, ...)

Usage Sample 1:
1. Open "https://www.w3schools.com/html/html5_video.asp" in a browser tab
2. Right-click on the player
3. Use "Play with Video Player"

Usage Sample 2:
1. Open "https://www.w3schools.com/html/html5_video.asp" in a browser tab
3. Right-click and save the video to the disk
4. Open the player and drop the video to the player's interface                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Video Player Video Player
ID ahgkbddhnkiclbikbaaoenljgpfbejhf
Επίσημο URL https://chromewebstore.google.com/detail/video-player/ahgkbddhnkiclbikbaaoenljgpfbejhf
Περιγραφή Video and audio player with speed control, playlist, shuffle, and volume-boosting
Μέγεθος Αρχείου 8.66 MB
Αριθμός Εγκαταστάσεων 3,206
Τρέχουσα Έκδοση 0.2.3
Τελευταία Ενημέρωση 2022-07-25
Ημερομηνία Δημοσίευσης 2020-07-30
Αξιολόγηση 4.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής chandler.stimson
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://add0n.com/video-player.html
Διεύθυνση URL της Σελίδας Βοήθειας https://add0n.com/video-player.html
Υποστηριζόμενες Γλώσσες de,en,fr,nl,es,it,pt-BR,pt-PT,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.2.3",
    "name": "Video Player",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "offline_enabled": true,
    "icons": {
        "16": "data\/icons\/16.png",
        "19": "data\/icons\/19.png",
        "32": "data\/icons\/32.png",
        "38": "data\/icons\/38.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "action": [],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "homepage_url": "https:\/\/add0n.com\/video-player.html",
    "commands": {
        "_execute_action": {
            "description": "Press the action button"
        }
    }
}