Fast Forward Speed Control
Control the playback speed of videos beyond standard limits.
O que é Fast Forward Speed Control?
Fast Forward Speed Control é uma extensão do Chrome desenvolvida por ervikth, e sua principal característica é "Control the playback speed of videos beyond standard limits.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Fast Forward Speed Control
Baixe arquivos de extensão Fast Forward Speed Control no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Quick Guide: To increase speed: Click '>>' or scroll up To decrease speed: Click '<<' or scroll down Take control of video playback speeds effortlessly with our extension, surpassing the standard 2x limit with a mere icon click or a scroll. Designed to be lightweight and intuitive, it offers seamless speed adjustments for an uninterrupted viewing experience, free from obtrusive controls
Informações Básicas da Extensão
Nome | Fast Forward Speed Control |
ID | onphnbdaloaeamdhncmepiklcplinpke |
URL Oficial | https://chromewebstore.google.com/detail/fast-forward-speed-contro/onphnbdaloaeamdhncmepiklcplinpke |
Descrição | Control the playback speed of videos beyond standard limits. |
Tamanho do Arquivo | 21.68 KB |
Contagem de Instalações | 7,255 |
Versão Atual | 1.60 |
Última Atualização | 2024-01-22 |
Data de Publicação | 2016-07-23 |
Classificação | 4.27/5 Total de 11 Avaliações |
Desenvolvedor | ervikth |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/Ervikth |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Fast Forward Speed Control", "version": "1.60", "description": "Control the playback speed of videos beyond standard limits.", "permissions": [ "storage", "activeTab" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |