Disable Ynet video auto play

Disable Ynet video play when reading an article

Cos'è Disable Ynet video auto play?

Disable Ynet video auto play è un'estensione di Chrome sviluppata da ronilitman, e la sua funzione principale è "Disable Ynet video play when reading an article".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Disable Ynet video auto play

Scarica i file di estensione Disable Ynet video auto play in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Disable Ynet video auto play Disable Ynet video auto play
ID mnkmdndkebodhogighjpkmpndalbpjho
URL Ufficiale https://chromewebstore.google.com/detail/disable-ynet-video-auto-p/mnkmdndkebodhogighjpkmpndalbpjho
Descrizione Disable Ynet video play when reading an article
Dimensione del File 100 KB
Conteggio Installazioni 131
Versione Corrente 1.0
Ultimo Aggiornamento 2021-08-10
Data di Pubblicazione 2021-08-09
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore ronilitman
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}