Pause All Videos

Pauses all videos in all tabs

Qu'est-ce que Pause All Videos ?

Pause All Videos est une extension Chrome développée par Christopher Ptak, et sa fonction principale est "Pauses all videos in all tabs".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Pause All Videos

Téléchargez les fichiers d'extension Pause All Videos au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Pause All Videos Pause All Videos
ID mmnnojmlbmhajhklfknapikeonpjcfpf
URL Officiel https://chromewebstore.google.com/detail/pause-all-videos/mmnnojmlbmhajhklfknapikeonpjcfpf
Description Pauses all videos in all tabs
Taille du Fichier 8.06 KB
Nombre d'Installations 284
Version Actuelle 0.2
Dernière Mise à Jour 2023-08-14
Date de Publication 2022-11-28
Évaluation 5.00/5 Total 5 Évaluations
Développeur Christopher Ptak
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/ChristopherPtak/PauseAllVideos
URL de la Page d'Aide https://github.com/ChristopherPtak/PauseAllVideos/issues
Langues Prises en Charge 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"
    }
}