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
官方網址 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"
}