Pause All Videos

Pauses all videos in all tabs

Wat is Pause All Videos?

Pause All Videos is een Chrome-extensie ontwikkeld door Christopher Ptak, en de belangrijkste functie is "Pauses all videos in all tabs".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Pause All Videos

Download Pause All Videos-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Pause All Videos Pause All Videos
ID mmnnojmlbmhajhklfknapikeonpjcfpf
Officiële URL https://chromewebstore.google.com/detail/pause-all-videos/mmnnojmlbmhajhklfknapikeonpjcfpf
Beschrijving Pauses all videos in all tabs
Bestandsgrootte 8.06 KB
Aantal Installaties 284
Huidige Versie 0.2
Laatst Bijgewerkt 2023-08-14
Publicatiedatum 2022-11-28
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Christopher Ptak
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/ChristopherPtak/PauseAllVideos
Help Pagina-URL https://github.com/ChristopherPtak/PauseAllVideos/issues
Ondersteunde Talen 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"
    }
}