Disable Ynet video auto play

Disable Ynet video play when reading an article

什么是Disable Ynet video auto play?

Disable Ynet video auto play是由ronilitman开发的Chrome扩展程序,该扩展的主要功能是“Disable Ynet video play when reading an article”。

扩展截图

screenshot
screenshot

下载Disable Ynet video auto play扩展crx文件

下载Disable Ynet video auto play扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        You are entering Ynet and you see some interesting articles, you think to yourself - let's read some more!
You click on the article and BOOM! A noisy and annoying article video is starting to play. You are surprised and terrified, your whole family wakes up and complains that the volume is too high.

No more. With this extension Ynet won't start to play a video article again. Enjoy!                    

扩展基本信息

名称 Disable Ynet video auto play Disable Ynet video auto play
ID mnkmdndkebodhogighjpkmpndalbpjho
官方URL https://chromewebstore.google.com/detail/disable-ynet-video-auto-p/mnkmdndkebodhogighjpkmpndalbpjho
简介 Disable Ynet video play when reading an article
文件大小 100 KB
安装次数 131
当前版本 1.0
更新时间 2021-08-10
上架时间 2021-08-09
评分 5.00/5 共3次评分
开发者 ronilitman
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable Ynet video auto play",
    "description": "Disable Ynet video play when reading an article",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/ynet.co.il\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    }
}