5 Speed Options for HTML5 videos
Allows users to store 5 different speed options and access them with keyboard shortcuts
Qu'est-ce que 5 Speed Options for HTML5 videos ?
5 Speed Options for HTML5 videos est une extension Chrome développée par h-1, et sa fonction principale est "Allows users to store 5 different speed options and access them with keyboard shortcuts".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 5 Speed Options for HTML5 videos
Téléchargez les fichiers d'extension 5 Speed Options for HTML5 videos au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 Informations de Base sur l'Extension
| Nom | |
| ID | jgcledljkklfpfbidpfogmcihiphjibn |
| URL Officiel | https://chrome.google.com/webstore/detail/5-speed-options-for-html5/jgcledljkklfpfbidpfogmcihiphjibn |
| Description | Allows users to store 5 different speed options and access them with keyboard shortcuts |
| Taille du Fichier | 12.54 KB |
| Nombre d'Installations | 341 |
| Version Actuelle | 1.3 |
| Dernière Mise à Jour | 2018-10-03 |
| Date de Publication | 2018-10-03 |
| Évaluation | 4.56/5 Total 9 Évaluations |
| Développeur | h-1 |
| Type de Paiement | free |
| Site Web de l'Extension | https://github.com/h-1/5SpeedOptions |
| URL de la Page d'Aide | https://github.com/h-1/5SpeedOptions |
| Langues Prises en Charge | 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"
]
}
]
} | |