Youtube Nonstop
Youtube Nonstop Extension prevent Youtube popup 'Video Paused. Continue watching?'
Hvad er Youtube Nonstop?
Youtube Nonstop er en Chrome-udvidelse udviklet af khongoton, og dens hovedfunktion er "Youtube Nonstop Extension prevent Youtube popup 'Video Paused. Continue watching?'".
Udvidelsesskærmbilleder
Download Youtube Nonstop-udvidelses-CRX-fil
Download Youtube Nonstop-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
Youtube Nonstop Extension prevent Youtube popup 'Video Paused. Continue watching?'
Grundlæggende oplysninger om udvidelsen
Navn | Youtube Nonstop |
ID | mchagemcboihinadnlbiddcfepiakfop |
Officiel URL | https://chromewebstore.google.com/detail/youtube-nonstop/mchagemcboihinadnlbiddcfepiakfop |
Beskrivelse | Youtube Nonstop Extension prevent Youtube popup 'Video Paused. Continue watching?' |
Filstørrelse | 10.27 KB |
Antal Installationer | 864 |
Nuværende Version | 1.0.3 |
Senest Opdateret | 2023-06-06 |
Udgivelsesdato | 2023-03-16 |
Bedømmelse | 2.83/5 Samlet 6 Bedømmelser |
Udvikler | khongoton |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Nonstop", "description": "Youtube Nonstop Extension prevent Youtube popup 'Video Paused. Continue watching?'", "version": "1.0.3", "icons": { "16": "public\/icons\/16.png", "48": "public\/icons\/48.png", "128": "public\/icons\/128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "js": [ "tab\/ytnonstop.js" ], "run_at": "document_end" } ], "manifest_version": 3 } |