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"
}