Noplay

Video autoplay blocked for good

Hvad er Noplay?

Noplay er en Chrome-udvidelse udviklet af dcamilleri, og dens hovedfunktion er "Video autoplay blocked for good".

Udvidelsesskærmbilleder

screenshot

Download Noplay-udvidelses-CRX-fil

Download Noplay-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Noplay Noplay
ID pcopajakflaeckhkfhalneeeicbgnmcp
Officiel URL https://chromewebstore.google.com/detail/noplay/pcopajakflaeckhkfhalneeeicbgnmcp
Beskrivelse Video autoplay blocked for good
Filstørrelse 345 KB
Antal Installationer 295
Nuværende Version 0.0.3
Senest Opdateret 2017-04-16
Udgivelsesdato 2017-04-16
Bedømmelse 3.00/5 Samlet 6 Bedømmelser
Udvikler dcamilleri
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/dcamilleri/noplay
Hjælpeside-URL https://github.com/dcamilleri/noplay
Understøttede Sprog 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"
            ]
        }
    ]
}