YTex YouTube Extension
Adds more controls to youtube html5 player
Wat is YTex YouTube Extension?
YTex YouTube Extension is een Chrome-extensie ontwikkeld door SeKa, en de belangrijkste functie is "Adds more controls to youtube html5 player".
Extensie Screenshots
Download het CRX-bestand van de extensie YTex YouTube Extension
Download YTex YouTube Extension-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
Die Extension fügt dem HTML5 Player auf YouTube zwei weitere Buttons hinzu, mit denen man 10 Sekunden vor oder zurück springen kann. The Extension adds two buttons to the YouTube control bar with which you can skip the next 10 seconds or rewind 10 seconds
Basisinformatie over de Extensie
Naam | |
ID | mllojahkjeoinmhcinbcnkleeefdohbm |
Officiële URL | https://chrome.google.com/webstore/detail/ytex-youtube-extension/mllojahkjeoinmhcinbcnkleeefdohbm |
Beschrijving | Adds more controls to youtube html5 player |
Bestandsgrootte | 33.74 KB |
Aantal Installaties | 51 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2020-07-08 |
Publicatiedatum | 2017-09-18 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | SeKa |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YTex YouTube Extension", "description": "Adds more controls to youtube html5 player", "version": "1.2", "browser_action": { "default_icon": "ytex128.png" }, "icons": { "16": "ytex16.png", "48": "ytex48.png", "128": "ytex128.png" }, "web_accessible_resources": [ "Forward.png", "Rewind.png" ], "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "ytex.css" ], "js": [ "ytex.js" ], "run_at": "document_end" } ] } |