5 Speed Options for HTML5 videos
Allows users to store 5 different speed options and access them with keyboard shortcuts
Wat is 5 Speed Options for HTML5 videos?
5 Speed Options for HTML5 videos is een Chrome-extensie ontwikkeld door h-1, en de belangrijkste functie is "Allows users to store 5 different speed options and access them with keyboard shortcuts".
Extensie Screenshots
Download het CRX-bestand van de extensie 5 Speed Options for HTML5 videos
Download 5 Speed Options for HTML5 videos-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
Allows users to store 5 different speed options and access them with keyboard shortcuts.
5SpeedOptions is heavily influenced by Video Speed Controller
Developer: https://github.com/igrigorik
Video Speed Controller code: https://github.com/igrigorik/videospeed
Chrome extension: https://chrome.google.com/webstore/detail/video-speed-controller/nffaoalbilbmmfgbnbgppjihopabppdk
Icon made by Freepik from www.flaticon.com
http://www.flaticon.com/free-icon/number-5_1875 Basisinformatie over de Extensie
| Naam | |
| ID | jgcledljkklfpfbidpfogmcihiphjibn |
| Officiële URL | https://chrome.google.com/webstore/detail/5-speed-options-for-html5/jgcledljkklfpfbidpfogmcihiphjibn |
| Beschrijving | Allows users to store 5 different speed options and access them with keyboard shortcuts |
| Bestandsgrootte | 12.54 KB |
| Aantal Installaties | 341 |
| Huidige Versie | 1.3 |
| Laatst Bijgewerkt | 2018-10-03 |
| Publicatiedatum | 2018-10-03 |
| Beoordeling | 4.56/5 Totaal 9 Beoordelingen |
| Ontwikkelaar | h-1 |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/h-1/5SpeedOptions |
| Help Pagina-URL | https://github.com/h-1/5SpeedOptions |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "5 Speed Options for HTML5 videos",
"description": "Allows users to store 5 different speed options and access them with keyboard shortcuts",
"version": "1.3",
"homepage_url": "https:\/\/github.com\/h-1\/5SpeedOptions",
"permissions": [
"storage"
],
"options_page": "options.html",
"icons": {
"16": "icons\/Number_5_16.png",
"48": "icons\/Number_5_64.png",
"128": "icons\/Number_5_128.png"
},
"browser_action": {
"default_icon": {
"16": "icons\/Number_5_16.png",
"48": "icons\/Number_5_64.png"
},
"default_popup": "options.html"
},
"content_scripts": [
{
"all_frames": true,
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"inject.js"
],
"css": [
"inject.css"
]
}
]
} | |