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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}