JW video player
Extending the video player functionality (for jw.org website)
Wat is JW video player?
JW video player is een Chrome-extensie ontwikkeld door Mark Slavenko, en de belangrijkste functie is "Extending the video player functionality (for jw.org website)".
Extensie Screenshots
Download het CRX-bestand van de extensie JW video player
Download JW video player-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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; Basisinformatie over de Extensie
| Naam | |
| ID | llcdnhpkicpaohifijppfflfbkcblkib |
| Officiële URL | https://chromewebstore.google.com/detail/jw-video-player/llcdnhpkicpaohifijppfflfbkcblkib |
| Beschrijving | Extending the video player functionality (for jw.org website) |
| Bestandsgrootte | 10.09 KB |
| Aantal Installaties | 2,865 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2023-12-04 |
| Publicatiedatum | 2022-08-02 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Mark Slavenko |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |