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
Eメール [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"
    }
}