AutoPlayOff

This extension will find all of the videos on the page that auto play and stop them from doing so

Qu'est-ce que AutoPlayOff ?

AutoPlayOff est une extension Chrome développée par aothomas, et sa fonction principale est "This extension will find all of the videos on the page that auto play and stop them from doing so".

Télécharger le fichier CRX de l'extension AutoPlayOff

Téléchargez les fichiers d'extension AutoPlayOff 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

                        A Chrome extension that allows you to mute or remove videos on websites. This is supposed to target those annoying, intrusive video advertisements. You can use this extension if you still want to support the website by leaving ads, but making sure videos don't popup                    

Informations de Base sur l'Extension

Nom AutoPlayOff AutoPlayOff
ID kkdhilabpimmejlcmfjilfgfkdghkndg
URL Officiel https://chrome.google.com/webstore/detail/autoplayoff/kkdhilabpimmejlcmfjilfgfkdghkndg
Description This extension will find all of the videos on the page that auto play and stop them from doing so
Taille du Fichier 669 KB
Nombre d'Installations 16
Version Actuelle 1.0
Dernière Mise à Jour 2018-06-24
Date de Publication 2018-06-24
Développeur aothomas
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutoPlayOff",
    "description": "This extension will find all of the videos on the page that auto play and stop them from doing so",
    "version": "1.0",
    "icons": {
        "16": "DisabledSpeakerIcon16.png",
        "48": "DisabledSpeakerIcon48.png",
        "128": "DisabledSpeakerIcon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.slim.min.js",
                "ContentScript.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "options_page": "options.html"
}