Disable HTML5 Autoplay

Disables autoplay of all HTML5 audio and video

Disable HTML5 Autoplayとは何ですか?

Disable HTML5 AutoplayはElostonによって開発されたChromeの拡張機能で、その主な機能は「Disables autoplay of all HTML5 audio and video」です。

拡張機能のスクリーンショット

screenshot

Disable HTML5 Autoplay拡張機能のCRXファイルをダウンロード

Disable HTML5 Autoplay拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        THIS EXTENSION IS CURRENTLY UNMAINTAINED; Please see GitHub for the latest news: https://github.com/Eloston/disable-html5-autoplay/blob/master/README.md

======================

Disable HTML5 Autoplay disables HTML5 audio and video autoplaying.

In addition to removing the HTML autoplay attribute from media elements, Disable HTML5 Autoplay also hooks into the media's JavaScript API. This allows for restrictions on media control and simulation of expected behavior to ensure that all pages behave normally.

Head over to the wiki for documentation, support info, and more: https://github.com/Eloston/disable-html5-autoplay/wiki

LINKS:
GitHub Page:  https://github.com/Eloston/disable-html5-autoplay
Changelog: https://github.com/Eloston/disable-html5-autoplay/releases
Issue Tracker: https://github.com/Eloston/disable-html5-autoplay/issues                    

拡張機能の基本情報

名前 Disable HTML5 Autoplay Disable HTML5 Autoplay
ID efdhoaajjjgckpbkoglidkeendpkolai
公式URL https://chromewebstore.google.com/detail/disable-html5-autoplay/efdhoaajjjgckpbkoglidkeendpkolai
説明 Disables autoplay of all HTML5 audio and video
ファイルサイズ 26.52 KB
インストール数 206,216
現在のバージョン 0.6.2
最終更新日 2017-09-26
公開日 2017-09-26
評価 3.42/5 合計 1037 レビュー
開発者 Eloston
支払い方法 free
拡張機能のウェブサイト https://github.com/Eloston/disable-html5-autoplay/blob/master/NEWS.md
ヘルプページのURL https://github.com/Eloston/disable-html5-autoplay/blob/master/NEWS.md
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Disable HTML5 Autoplay",
    "short_name": "DisableAutoplay",
    "description": "Disables autoplay of all HTML5 audio and video",
    "version": "0.6.2",
    "author": "Eloston",
    "homepage_url": "https:\/\/github.com\/Eloston\/disable-html5-autoplay\/",
    "minimum_chrome_version": "44.0",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/dormant_19.png",
            "38": "images\/dormant_38.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "permissions": [
        "webNavigation",
        "",
        "storage",
        "unlimitedStorage"
    ]
}