Disable Ynet video auto play
Disable Ynet video play when reading an article
Hvad er Disable Ynet video auto play?
Disable Ynet video auto play er en Chrome-udvidelse udviklet af ronilitman, og dens hovedfunktion er "Disable Ynet video play when reading an article".
Udvidelsesskærmbilleder
Download Disable Ynet video auto play-udvidelses-CRX-fil
Download Disable Ynet video auto play-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | Disable Ynet video auto play |
ID | mnkmdndkebodhogighjpkmpndalbpjho |
Officiel URL | https://chromewebstore.google.com/detail/disable-ynet-video-auto-p/mnkmdndkebodhogighjpkmpndalbpjho |
Beskrivelse | Disable Ynet video play when reading an article |
Filstørrelse | 100 KB |
Antal Installationer | 131 |
Nuværende Version | 1.0 |
Senest Opdateret | 2021-08-10 |
Udgivelsesdato | 2021-08-09 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | ronilitman |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |