ScrewMyCode.in: Pitch control for YouTube

Slow down and speed up videos directly on YouTube like you would on a turntable.

Apa itu ScrewMyCode.in: Pitch control for YouTube?

ScrewMyCode.in: Pitch control for YouTube adalah ekstensi Chrome yang dikembangkan oleh Bamdad, dan fitur utamanya adalah "Slow down and speed up videos directly on YouTube like you would on a turntable.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ScrewMyCode.in: Pitch control for YouTube

Unduh file ekstensi ScrewMyCode.in: Pitch control for YouTube 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

                        ## 📖 Description

Slow down and speed up videos directly on YouTube like you would on a turntable.

### ⚙️ Use either

- Popup settings
- Embedded controls

### 📣 Share to

- Users of the extension with the dynamic YouTube URL
- Other users through the dedicated website ScrewMyCode.in                    

Informasi Dasar Ekstensi

Nama ScrewMyCode.in: Pitch control for YouTube ScrewMyCode.in: Pitch control for YouTube
ID lnoedjelpkmhegefhhjljmggjdicnbaa
URL Resmi https://chromewebstore.google.com/detail/screwmycodein-pitch-contr/lnoedjelpkmhegefhhjljmggjdicnbaa
Deskripsi Slow down and speed up videos directly on YouTube like you would on a turntable.
Ukuran File 177 KB
Jumlah Instalasi 377
Versi Saat Ini 2.4.0
Terakhir Diperbarui 2022-08-06
Tanggal Publikasi 2022-02-23
Penilaian 4.33/5 Total 6 Penilaian
Pengembang Bamdad
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/bamdadsabbagh/screwmycode-in--extension
URL Halaman Bantuan https://github.com/bamdadsabbagh/screwmycode-in--extension/issues
URL Halaman Kebijakan Privasi https://github.com/bamdadsabbagh/bamdadsabbagh/wiki/Privacy-Policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.4.0",
    "name": "ScrewMyCode.in: Pitch control for YouTube",
    "short_name": "ScrewMyCode.in",
    "description": "Slow down and speed up videos directly on YouTube like you would on a turntable.",
    "icons": {
        "128": "assets\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "128": "assets\/icon-128.png"
        },
        "default_title": "ScrewMyCode.in",
        "default_popup": "popup\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ]
}