Speed it up
Adds a browser action that provides a way to adjust playback rate on any website
Was ist Speed it up?
Speed it up ist eine Chrome-Erweiterung, die von Deven Bansod entwickelt wurde, und ihr Hauptmerkmal ist "Adds a browser action that provides a way to adjust playback rate on any website".
Erweiterungsscreenshots
Speed it up-Erweiterungs-CRX-Datei herunterladen
Laden Sie Speed it up-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Wanting to watch Netflix, Amazon Primevideo, HotStar videos on a higher playback rate? Bumped that these websites don't allow for this? This simple extension allows you to adjust the playback rate for any website with streaming videos with just a simple slider.
Grundlegende Informationen zur Erweiterung
Name | Speed it up |
ID | nfiebcmdfpjodedomagjlajcdpnkdopm |
Offizielle URL | https://chromewebstore.google.com/detail/speed-it-up/nfiebcmdfpjodedomagjlajcdpnkdopm |
Beschreibung | Adds a browser action that provides a way to adjust playback rate on any website |
Dateigröße | 19.75 KB |
Installationsanzahl | 10,000 |
Aktuelle Version | 0.0.2 |
Letztes Update | 2019-06-10 |
Veröffentlichungsdatum | 2019-06-09 |
Bewertung | 4.93/5 Insgesamt 29 Bewertungen |
Entwickler | Deven Bansod |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/devenbansod/speed-it-up |
Hilfeseite URL | https://github.com/devenbansod/speed-it-up/issues/new |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Speed it up", "version": "0.0.2", "description": "Adds a browser action that provides a way to adjust playback rate on any website", "permissions": [ "activeTab", "storage" ], "browser_action": { "default_title": "Speed it up", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2 } |