Noplay

Video autoplay blocked for good

什么是Noplay?

Noplay是由dcamilleri开发的Chrome扩展程序,该扩展的主要功能是“Video autoplay blocked for good”。

扩展截图

screenshot

下载Noplay扩展crx文件

下载Noplay扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Noplay Noplay
ID pcopajakflaeckhkfhalneeeicbgnmcp
官方URL https://chromewebstore.google.com/detail/noplay/pcopajakflaeckhkfhalneeeicbgnmcp
简介 Video autoplay blocked for good
文件大小 345 KB
安装次数 295
当前版本 0.0.3
更新时间 2017-04-16
上架时间 2017-04-16
评分 3.00/5 共6次评分
开发者 dcamilleri
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/dcamilleri/noplay
帮助页面URL https://github.com/dcamilleri/noplay
支持的语言 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"
            ]
        }
    ]
}