Noplay

Video autoplay blocked for good

Was ist Noplay?

Noplay ist eine Chrome-Erweiterung, die von dcamilleri entwickelt wurde, und ihr Hauptmerkmal ist "Video autoplay blocked for good".

Erweiterungsscreenshots

screenshot

Noplay-Erweiterungs-CRX-Datei herunterladen

Laden Sie Noplay-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Tired of videos playing automatically on your favorite websites ? 
Noplay is made for you. Just install this extension and say goodbye to auto playing HTML5 videos! 

NB about Facebook & Twitter:
As of today, this extension won't work for these particular websites. The reason is simple: it is already possible to disable video autoload in the settings.

Found a bug, want to ask a question ? Open an issue on the Github page
https://github.com/dcamilleri/noplay                    

Grundlegende Informationen zur Erweiterung

Name Noplay Noplay
ID pcopajakflaeckhkfhalneeeicbgnmcp
Offizielle URL https://chromewebstore.google.com/detail/noplay/pcopajakflaeckhkfhalneeeicbgnmcp
Beschreibung Video autoplay blocked for good
Dateigröße 345 KB
Installationsanzahl 295
Aktuelle Version 0.0.3
Letztes Update 2017-04-16
Veröffentlichungsdatum 2017-04-16
Bewertung 3.00/5 Insgesamt 6 Bewertungen
Entwickler dcamilleri
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/dcamilleri/noplay
Hilfeseite URL https://github.com/dcamilleri/noplay
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.3",
    "minimum_chrome_version": "22.0",
    "name": "Noplay",
    "short_name": "Noplay",
    "description": "Video autoplay blocked for good",
    "author": "Dorian Camilleri",
    "homepage_url": "https:\/\/github.com\/dcamilleri\/noplay",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "noplay.js"
            ]
        }
    ]
}