Youtube Video Speed UP!
Control Youtube Video Speed or any video that probably able to control, give it a try!
Wat is Youtube Video Speed UP!?
Youtube Video Speed UP! is een Chrome-extensie ontwikkeld door xinxinz9999, en de belangrijkste functie is "Control Youtube Video Speed or any video that probably able to control, give it a try!".
Extensie Screenshots
Download het CRX-bestand van de extensie Youtube Video Speed UP!
Download Youtube Video Speed UP!-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
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.
Basisinformatie over de Extensie
Naam | Youtube Video Speed UP! |
ID | jdcgdehghfameefmeembbbajjkimigpe |
Officiële URL | https://chromewebstore.google.com/detail/youtube-video-speed-up/jdcgdehghfameefmeembbbajjkimigpe |
Beschrijving | Control Youtube Video Speed or any video that probably able to control, give it a try! |
Bestandsgrootte | 12.61 KB |
Aantal Installaties | 221 |
Huidige Versie | 0.0.0.1 |
Laatst Bijgewerkt | 2021-09-30 |
Publicatiedatum | 2021-09-30 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | xinxinz9999 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } } |