2x Speed

Change video speed on the web page to 2x speed

Apa itu 2x Speed?

2x Speed adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Change video speed on the web page to 2x speed".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi 2x Speed

Unduh file ekstensi 2x Speed 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

                        When this extension is clicked, this extension doubles the playback speed of the video in the page.                    

Informasi Dasar Ekstensi

Nama 2x Speed 2x Speed
ID olomblpgcmhcgpijaioadbecpidmmdmb
URL Resmi https://chromewebstore.google.com/detail/2x-speed/olomblpgcmhcgpijaioadbecpidmmdmb
Deskripsi Change video speed on the web page to 2x speed
Ukuran File 37.39 KB
Jumlah Instalasi 1,652
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2019-07-18
Tanggal Publikasi 2019-07-17
Penilaian 3.75/5 Total 4 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Situs Ekstensi https://github.com/redshoga/2x-video-extension
URL Halaman Bantuan https://github.com/redshoga/2x-video-extension/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "2x Speed",
    "version": "0.0.1",
    "description": "Change video speed on the web page to 2x speed",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}