Disable Ynet video auto play

Disable Ynet video play when reading an article

Wat is Disable Ynet video auto play?

Disable Ynet video auto play is een Chrome-extensie ontwikkeld door ronilitman, en de belangrijkste functie is "Disable Ynet video play when reading an article".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Disable Ynet video auto play

Download Disable Ynet video auto play-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Disable Ynet video auto play Disable Ynet video auto play
ID mnkmdndkebodhogighjpkmpndalbpjho
Officiële URL https://chromewebstore.google.com/detail/disable-ynet-video-auto-p/mnkmdndkebodhogighjpkmpndalbpjho
Beschrijving Disable Ynet video play when reading an article
Bestandsgrootte 100 KB
Aantal Installaties 131
Huidige Versie 1.0
Laatst Bijgewerkt 2021-08-10
Publicatiedatum 2021-08-09
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar ronilitman
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}