Speed it up

Adds a browser action that provides a way to adjust playback rate on any website

Wat is Speed it up?

Speed it up is een Chrome-extensie ontwikkeld door Deven Bansod, en de belangrijkste functie is "Adds a browser action that provides a way to adjust playback rate on any website".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Speed it up

Download Speed it 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

                        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.                    

Basisinformatie over de Extensie

Naam Speed it up Speed it up
ID nfiebcmdfpjodedomagjlajcdpnkdopm
Officiële URL https://chromewebstore.google.com/detail/speed-it-up/nfiebcmdfpjodedomagjlajcdpnkdopm
Beschrijving Adds a browser action that provides a way to adjust playback rate on any website
Bestandsgrootte 19.75 KB
Aantal Installaties 10,000
Huidige Versie 0.0.2
Laatst Bijgewerkt 2019-06-10
Publicatiedatum 2019-06-09
Beoordeling 4.93/5 Totaal 29 Beoordelingen
Ontwikkelaar Deven Bansod
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/devenbansod/speed-it-up
Help Pagina-URL https://github.com/devenbansod/speed-it-up/issues/new
Ondersteunde Talen 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
}