MNR - YouTube Video Unlimited Speeder

This extension provides shortcut keys to speed up & slow down YouTube video more than 2x.

Apa itu MNR - YouTube Video Unlimited Speeder?

MNR - YouTube Video Unlimited Speeder adalah ekstensi Chrome yang dikembangkan oleh Nasir Rahimi, dan fitur utamanya adalah "This extension provides shortcut keys to speed up & slow down YouTube video more than 2x.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi MNR - YouTube Video Unlimited Speeder

Unduh file ekstensi MNR - YouTube Video Unlimited Speeder 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

                        With this  extension you can speed up YouTube videos more than 2x by pressing (Alt + Ctrl + U), to slow down a YouTube video press (Alt + Ctrl + D) and to make it normal press (Alt + Ctrl + N).                    

Informasi Dasar Ekstensi

Nama MNR - YouTube Video Unlimited Speeder MNR - YouTube Video Unlimited Speeder
ID eakinmgjpkiadkdopgomfabcmgfbeggm
URL Resmi https://chromewebstore.google.com/detail/mnr-youtube-video-unlimit/eakinmgjpkiadkdopgomfabcmgfbeggm
Deskripsi This extension provides shortcut keys to speed up & slow down YouTube video more than 2x.
Ukuran File 28.55 KB
Jumlah Instalasi 166
Versi Saat Ini 0.1.0
Terakhir Diperbarui 2020-09-04
Tanggal Publikasi 2020-09-04
Penilaian 4.20/5 Total 5 Penilaian
Pengembang Nasir Rahimi
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MNR - YouTube Video Unlimited Speeder",
    "version": "0.1.0",
    "description": "This extension provides shortcut keys to speed up & slow down YouTube video more than 2x.",
    "manifest_version": 2,
    "page_action": {
        "default_title": "MNR - YouTube Video Unlimited Speeder",
        "default_icon": {
            "128": "icons\/128.png",
            "16": "icons\/16.png",
            "48": "icons\/48.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "app.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "permissions": [
        "https:\/\/www.youtube.com\/*"
    ]
}