Yet another autoplay blocker

Pause videos until you click on them.

Qu'est-ce que Yet another autoplay blocker ?

Yet another autoplay blocker est une extension Chrome développée par omegacentaurisoftware, et sa fonction principale est "Pause videos until you click on them.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Yet another autoplay blocker

Téléchargez les fichiers d'extension Yet another autoplay blocker 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

                        Block autoplay in videos. No options.                    

Informations de Base sur l'Extension

Nom Yet another autoplay blocker Yet another autoplay blocker
ID fjekfkbibnnjlkfjaeifgecjfmpmdaad
URL Officiel https://chromewebstore.google.com/detail/yet-another-autoplay-bloc/fjekfkbibnnjlkfjaeifgecjfmpmdaad
Description Pause videos until you click on them.
Taille du Fichier 6.79 KB
Nombre d'Installations 1,053
Version Actuelle 0.0.3
Dernière Mise à Jour 2018-10-01
Date de Publication 2018-09-30
Évaluation 3.84/5 Total 25 Évaluations
Développeur omegacentaurisoftware
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/arpruss/blockautoplay
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yet another autoplay blocker",
    "version": "0.0.3",
    "description": "Pause videos until you click on them.",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}