Click to Pause for Twitch

Click the Twitch video to pause.

Apa itu Click to Pause for Twitch?

Click to Pause for Twitch adalah ekstensi Chrome yang dikembangkan oleh SamVK, dan fitur utamanya adalah "Click the Twitch video to pause.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Click to Pause for Twitch

Unduh file ekstensi Click to Pause for Twitch 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

                        Twitch is the only popular video player where you can't click on the video to play/pause the stream. No more! "Click to Pause for Twitch" adds the simple functionally of toggling the play/pause state by clicking on it. Don't worry: double-click to toggle fullscreen still works too.                    

Informasi Dasar Ekstensi

Nama Click to Pause for Twitch Click to Pause for Twitch
ID dmfaigalopddebbakgnifldgfhdinopo
URL Resmi https://chromewebstore.google.com/detail/click-to-pause-for-twitch/dmfaigalopddebbakgnifldgfhdinopo
Deskripsi Click the Twitch video to pause.
Ukuran File 14.48 KB
Jumlah Instalasi 759
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2022-02-07
Tanggal Publikasi 2021-11-01
Penilaian 4.08/5 Total 12 Penilaian
Pengembang SamVK
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/samvk/twitch-click-to-pause
URL Halaman Bantuan https://samvk.com/contact
URL Halaman Kebijakan Privasi https://samvk.com/docs/SamVK_PrivacyPolicy.pdf
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Click to Pause for Twitch",
    "manifest_version": 2,
    "version": "1.1.0",
    "description": "Click the Twitch video to pause.",
    "author": "Sam Kauffman (SamVK)",
    "icons": {
        "16": "img\/icon\/icon-16.png",
        "48": "img\/icon\/icon-48.png",
        "128": "img\/icon\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}