Disable Ynet video auto play
Disable Ynet video play when reading an article
Was ist Disable Ynet video auto play?
Disable Ynet video auto play ist eine Chrome-Erweiterung, die von ronilitman entwickelt wurde, und ihr Hauptmerkmal ist "Disable Ynet video play when reading an article".
Erweiterungsscreenshots
Disable Ynet video auto play-Erweiterungs-CRX-Datei herunterladen
Laden Sie Disable Ynet video auto play-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Disable Ynet video auto play |
ID | mnkmdndkebodhogighjpkmpndalbpjho |
Offizielle URL | https://chromewebstore.google.com/detail/disable-ynet-video-auto-p/mnkmdndkebodhogighjpkmpndalbpjho |
Beschreibung | Disable Ynet video play when reading an article |
Dateigröße | 100 KB |
Installationsanzahl | 131 |
Aktuelle Version | 1.0 |
Letztes Update | 2021-08-10 |
Veröffentlichungsdatum | 2021-08-09 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | ronilitman |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |