Youtube Video Speed UP!
Control Youtube Video Speed or any video that probably able to control, give it a try!
Qu'est-ce que Youtube Video Speed UP! ?
Youtube Video Speed UP! est une extension Chrome développée par xinxinz9999, et sa fonction principale est "Control Youtube Video Speed or any video that probably able to control, give it a try!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Youtube Video Speed UP!
Téléchargez les fichiers d'extension Youtube Video Speed UP! 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
Control Youtube Video Speed or any video that probably able to control. Speed Up from x1 to x8 with 10.(speed above this is not supported by browser.) Slow Down from 0.01 to 1.
Informations de Base sur l'Extension
Nom | Youtube Video Speed UP! |
ID | jdcgdehghfameefmeembbbajjkimigpe |
URL Officiel | https://chromewebstore.google.com/detail/youtube-video-speed-up/jdcgdehghfameefmeembbbajjkimigpe |
Description | Control Youtube Video Speed or any video that probably able to control, give it a try! |
Taille du Fichier | 12.61 KB |
Nombre d'Installations | 221 |
Version Actuelle | 0.0.0.1 |
Dernière Mise à Jour | 2021-09-30 |
Date de Publication | 2021-09-30 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | xinxinz9999 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Video Speed UP!", "description": "Control Youtube Video Speed or any video that probably able to control, give it a try!", "version": "0.0.0.1", "manifest_version": 3, "author": "XINXIN ZHAO", "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } } } |