AutoPlayOff

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

Τι είναι το AutoPlayOff;

Το AutoPlayOff είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον aothomas, και η κύρια λειτουργία του είναι "This extension will find all of the videos on the page that auto play and stop them from doing so".

Λήψη αρχείου CRX της επέκτασης AutoPlayOff

Λήψη αρχείων επέκτασης AutoPlayOff σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα AutoPlayOff AutoPlayOff
ID kkdhilabpimmejlcmfjilfgfkdghkndg
Επίσημο URL https://chrome.google.com/webstore/detail/autoplayoff/kkdhilabpimmejlcmfjilfgfkdghkndg
Περιγραφή This extension will find all of the videos on the page that auto play and stop them from doing so
Μέγεθος Αρχείου 669 KB
Αριθμός Εγκαταστάσεων 16
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2018-06-24
Ημερομηνία Δημοσίευσης 2018-06-24
Προγραμματιστής aothomas
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
}