Noplay

Video autoplay blocked for good

Wat is Noplay?

Noplay is een Chrome-extensie ontwikkeld door dcamilleri, en de belangrijkste functie is "Video autoplay blocked for good".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Noplay

Download Noplay-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

                        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                    

Basisinformatie over de Extensie

Naam Noplay Noplay
ID pcopajakflaeckhkfhalneeeicbgnmcp
Officiële URL https://chromewebstore.google.com/detail/noplay/pcopajakflaeckhkfhalneeeicbgnmcp
Beschrijving Video autoplay blocked for good
Bestandsgrootte 345 KB
Aantal Installaties 295
Huidige Versie 0.0.3
Laatst Bijgewerkt 2017-04-16
Publicatiedatum 2017-04-16
Beoordeling 3.00/5 Totaal 6 Beoordelingen
Ontwikkelaar dcamilleri
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/dcamilleri/noplay
Help Pagina-URL https://github.com/dcamilleri/noplay
Ondersteunde Talen 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"
            ]
        }
    ]
}