Pause All Videos

Pauses all videos in all tabs

Apa itu Pause All Videos?

Pause All Videos adalah ekstensi Chrome yang dikembangkan oleh Christopher Ptak, dan fitur utamanya adalah "Pauses all videos in all tabs".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Pause All Videos

Unduh file ekstensi Pause All Videos 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

                        This tool is intended to help people who have lots (maybe even hundreds!) of tabs open. When they restore all those tabs at once, their open videos might start playing! Instead of having to search through all the open windows and pause the videos one by one, this extension gives a simple button that pauses every video at once.                    

Informasi Dasar Ekstensi

Nama Pause All Videos Pause All Videos
ID mmnnojmlbmhajhklfknapikeonpjcfpf
URL Resmi https://chromewebstore.google.com/detail/pause-all-videos/mmnnojmlbmhajhklfknapikeonpjcfpf
Deskripsi Pauses all videos in all tabs
Ukuran File 8.06 KB
Jumlah Instalasi 284
Versi Saat Ini 0.2
Terakhir Diperbarui 2023-08-14
Tanggal Publikasi 2022-11-28
Penilaian 5.00/5 Total 5 Penilaian
Pengembang Christopher Ptak
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/ChristopherPtak/PauseAllVideos
URL Halaman Bantuan https://github.com/ChristopherPtak/PauseAllVideos/issues
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pause All Videos",
    "description": "Pauses all videos in all tabs",
    "author": "Christopher Ptak",
    "version": "0.2",
    "action": [],
    "permissions": [
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "128": "icon128.png"
    }
}