Disable Ynet video auto play

Disable Ynet video play when reading an article

What is Disable Ynet video auto play?

Disable Ynet video auto play is a Chrome extension developed by ronilitman, and its main feature is "Disable Ynet video play when reading an article".

Extension Screenshots

screenshot
screenshot

Download Disable Ynet video auto play Extension CRX File

Download Disable Ynet video auto play extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Disable Ynet video auto play Disable Ynet video auto play
ID mnkmdndkebodhogighjpkmpndalbpjho
Official URL https://chromewebstore.google.com/detail/disable-ynet-video-auto-p/mnkmdndkebodhogighjpkmpndalbpjho
Description Disable Ynet video play when reading an article
File Size 100 KB
Installation Count 131
Current Version 1.0
Last Updated 2021-08-10
Publish Date 2021-08-09
Rating 5.00/5 Total 3 Ratings
Developer ronilitman
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}