Speed it up

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

Vad är Speed it up?

Speed it up är en Chrome-tillägg utvecklad av Deven Bansod, och dess huvudfunktion är "Adds a browser action that provides a way to adjust playback rate on any website".

Tilläggsskärmbilder

screenshot

Ladda ner Speed it up-förlängningens CRX-fil

Ladda ner Speed it up-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Speed it up Speed it up
ID nfiebcmdfpjodedomagjlajcdpnkdopm
Officiell webbadress https://chromewebstore.google.com/detail/speed-it-up/nfiebcmdfpjodedomagjlajcdpnkdopm
Beskrivning Adds a browser action that provides a way to adjust playback rate on any website
Filstorlek 19.75 KB
Antal Installationer 10,000
Aktuell Version 0.0.2
Senast Uppdaterad 2019-06-10
Publiceringsdatum 2019-06-09
Betyg 4.93/5 Totalt 29 Betyg
Utvecklare Deven Bansod
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/devenbansod/speed-it-up
Hjälpsida URL https://github.com/devenbansod/speed-it-up/issues/new
Stödda Språk 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
}