Yet another autoplay blocker

Pause videos until you click on them.

Wat is Yet another autoplay blocker?

Yet another autoplay blocker is een Chrome-extensie ontwikkeld door omegacentaurisoftware, en de belangrijkste functie is "Pause videos until you click on them.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Yet another autoplay blocker

Download Yet another autoplay blocker-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

                        Block autoplay in videos. No options.                    

Basisinformatie over de Extensie

Naam Yet another autoplay blocker Yet another autoplay blocker
ID fjekfkbibnnjlkfjaeifgecjfmpmdaad
Officiële URL https://chromewebstore.google.com/detail/yet-another-autoplay-bloc/fjekfkbibnnjlkfjaeifgecjfmpmdaad
Beschrijving Pause videos until you click on them.
Bestandsgrootte 6.79 KB
Aantal Installaties 1,053
Huidige Versie 0.0.3
Laatst Bijgewerkt 2018-10-01
Publicatiedatum 2018-09-30
Beoordeling 3.84/5 Totaal 25 Beoordelingen
Ontwikkelaar omegacentaurisoftware
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/arpruss/blockautoplay
Ondersteunde Talen 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:\/\/*\/*"
            ]
        }
    ]
}