Yet another autoplay blocker

Pause videos until you click on them.

什麼是Yet another autoplay blocker?

Yet another autoplay blocker是由omegacentaurisoftware開發的Chrome擴展程式,該擴展的主要功能是“Pause videos until you click on them.”。

擴展截圖

screenshot

下載Yet another autoplay blocker擴展crx文件

下載Yet another autoplay blocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Block autoplay in videos. No options.                    

擴展基本資訊

名稱 Yet another autoplay blocker Yet another autoplay blocker
ID fjekfkbibnnjlkfjaeifgecjfmpmdaad
官方網址 https://chromewebstore.google.com/detail/yet-another-autoplay-bloc/fjekfkbibnnjlkfjaeifgecjfmpmdaad
簡介 Pause videos until you click on them.
檔案大小 6.79 KB
安裝次數 1,053
目前版本 0.0.3
更新時間 2018-10-01
上架時間 2018-09-30
評分 3.84/5 共 25 次評分
開發者 omegacentaurisoftware
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/arpruss/blockautoplay
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yet another autoplay blocker",
    "version": "0.0.3",
    "description": "Pause videos until you click on them.",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}