JW video player

Extending the video player functionality (for jw.org website)

Vad är JW video player?

JW video player är en Chrome-tillägg utvecklad av Mark Slavenko, och dess huvudfunktion är "Extending the video player functionality (for jw.org website)".

Tilläggsskärmbilder

screenshot

Ladda ner JW video player-förlängningens CRX-fil

Ladda ner JW video player-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Extending the video player functionality for jw.org website.

- Ability to rewind video (left, right arrows);
- Ability to change volume (up, down arrows);
- Ability to pause/play video (space button); 
- Ability to open full screen (F button);

Version 1.2: 
- Added visual animations;                    

Grundläggande Information om Tillägg

Namn JW video player JW video player
ID llcdnhpkicpaohifijppfflfbkcblkib
Officiell webbadress https://chromewebstore.google.com/detail/jw-video-player/llcdnhpkicpaohifijppfflfbkcblkib
Beskrivning Extending the video player functionality (for jw.org website)
Filstorlek 10.09 KB
Antal Installationer 2,865
Aktuell Version 1.2
Senast Uppdaterad 2023-12-04
Publiceringsdatum 2022-08-02
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Mark Slavenko
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JW video player",
    "description": "Extending the video player functionality (for jw.org website)",
    "version": "1.2",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.jw.org\/*"
            ],
            "js": [
                "index.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    }
}