Yet another autoplay blocker

Pause videos until you click on them.

什么是Yet another autoplay blocker?

Yet another autoplay blocker是由omegacentaurisoftware开发的Chrome扩展程序,该扩展的主要功能是“Pause videos until you click on them.”。

扩展截图

screenshot

下载Yet another autoplay blocker扩展crx文件

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

扩展使用说明

                        Block autoplay in videos. No options.                    

扩展基本信息

名称 Yet another autoplay blocker Yet another autoplay blocker
ID fjekfkbibnnjlkfjaeifgecjfmpmdaad
官方URL https://chromewebstore.google.com/detail/yet-another-autoplay-bloc/fjekfkbibnnjlkfjaeifgecjfmpmdaad
简介 Pause videos until you click on them.
文件大小 6.79 KB
安装次数 1,053
当前版本 0.0.3
更新时间 2018-10-01
上架时间 2018-09-30
评分 3.84/5 共25次评分
开发者 omegacentaurisoftware
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/arpruss/blockautoplay
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yet another autoplay blocker",
    "version": "0.0.3",
    "description": "Pause videos until you click on them.",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}