Speed it up

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

Apa itu Speed it up?

Speed it up adalah ekstensi Chrome yang dikembangkan oleh Deven Bansod, dan fitur utamanya adalah "Adds a browser action that provides a way to adjust playback rate on any website".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Speed it up

Unduh file ekstensi Speed it up dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Speed it up Speed it up
ID nfiebcmdfpjodedomagjlajcdpnkdopm
URL Resmi https://chromewebstore.google.com/detail/speed-it-up/nfiebcmdfpjodedomagjlajcdpnkdopm
Deskripsi Adds a browser action that provides a way to adjust playback rate on any website
Ukuran File 19.75 KB
Jumlah Instalasi 10,000
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2019-06-10
Tanggal Publikasi 2019-06-09
Penilaian 4.93/5 Total 29 Penilaian
Pengembang Deven Bansod
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/devenbansod/speed-it-up
URL Halaman Bantuan https://github.com/devenbansod/speed-it-up/issues/new
Bahasa yang Didukung 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
}