AutoPlayOff

This extension will find all of the videos on the page that auto play and stop them from doing so

什么是AutoPlayOff?

AutoPlayOff是由aothomas开发的Chrome扩展程序,该扩展的主要功能是“This extension will find all of the videos on the page that auto play and stop them from doing so”。

下载AutoPlayOff扩展crx文件

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

扩展使用说明

                        A Chrome extension that allows you to mute or remove videos on websites. This is supposed to target those annoying, intrusive video advertisements. You can use this extension if you still want to support the website by leaving ads, but making sure videos don't popup                    

扩展基本信息

名称 AutoPlayOff AutoPlayOff
ID kkdhilabpimmejlcmfjilfgfkdghkndg
官方URL https://chrome.google.com/webstore/detail/autoplayoff/kkdhilabpimmejlcmfjilfgfkdghkndg
简介 This extension will find all of the videos on the page that auto play and stop them from doing so
文件大小 669 KB
安装次数 16
当前版本 1.0
更新时间 2018-06-24
上架时间 2018-06-24
开发者 aothomas
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutoPlayOff",
    "description": "This extension will find all of the videos on the page that auto play and stop them from doing so",
    "version": "1.0",
    "icons": {
        "16": "DisabledSpeakerIcon16.png",
        "48": "DisabledSpeakerIcon48.png",
        "128": "DisabledSpeakerIcon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.slim.min.js",
                "ContentScript.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "options_page": "options.html"
}