Noplay

Video autoplay blocked for good

What is Noplay?

Noplay is a Chrome extension developed by dcamilleri, and its main feature is "Video autoplay blocked for good".

Extension Screenshots

screenshot

Download Noplay Extension CRX File

Download Noplay extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Noplay Noplay
ID pcopajakflaeckhkfhalneeeicbgnmcp
Official URL https://chromewebstore.google.com/detail/noplay/pcopajakflaeckhkfhalneeeicbgnmcp
Description Video autoplay blocked for good
File Size 345 KB
Installation Count 295
Current Version 0.0.3
Last Updated 2017-04-16
Publish Date 2017-04-16
Rating 3.00/5 Total 6 Ratings
Developer dcamilleri
Email [email protected]
Payment Type free
Extension Website https://github.com/dcamilleri/noplay
Help Page URL https://github.com/dcamilleri/noplay
Supported Languages 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"
            ]
        }
    ]
}