Noplay

Video autoplay blocked for good

Noplayとは何ですか?

Noplayはdcamilleriによって開発されたChromeの拡張機能で、その主な機能は「Video autoplay blocked for good」です。

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

screenshot

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

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

拡張機能の使用方法

                        Tired of videos playing automatically on your favorite websites ? 
Noplay is made for you. Just install this extension and say goodbye to auto playing HTML5 videos! 

NB about Facebook & Twitter:
As of today, this extension won't work for these particular websites. The reason is simple: it is already possible to disable video autoload in the settings.

Found a bug, want to ask a question ? Open an issue on the Github page
https://github.com/dcamilleri/noplay                    

拡張機能の基本情報

名前 Noplay Noplay
ID pcopajakflaeckhkfhalneeeicbgnmcp
公式URL https://chromewebstore.google.com/detail/noplay/pcopajakflaeckhkfhalneeeicbgnmcp
説明 Video autoplay blocked for good
ファイルサイズ 345 KB
インストール数 295
現在のバージョン 0.0.3
最終更新日 2017-04-16
公開日 2017-04-16
評価 3.00/5 合計 6 レビュー
開発者 dcamilleri
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/dcamilleri/noplay
ヘルプページのURL https://github.com/dcamilleri/noplay
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.3",
    "minimum_chrome_version": "22.0",
    "name": "Noplay",
    "short_name": "Noplay",
    "description": "Video autoplay blocked for good",
    "author": "Dorian Camilleri",
    "homepage_url": "https:\/\/github.com\/dcamilleri\/noplay",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "noplay.js"
            ]
        }
    ]
}