YouTube NonStop

Kiss the annoying "Video paused. Continue watching?" confirmation goodbye!

Co je YouTube NonStop?

YouTube NonStop je rozšíření Chrome vyvinuté lawfx, a jeho hlavní funkcí je „Kiss the annoying "Video paused. Continue watching?" confirmation goodbye!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření YouTube NonStop

Stáhněte si soubory rozšíření YouTube NonStop ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        ***Important: This extension doesn't keep the confirmation box from popping up. It only counters it. It auto-clicks the confirmation box and the video won't get paused.***

Working on YouTube and YouTube Music!
Media Keys supported!

Untested (but should work) when: Video is in fullscreen, Video is in miniplayer.

If you have any problems, don't hesitate to drop me an email. :)                    

Základní Informace o Rozšíření

Název YouTube NonStop YouTube NonStop
ID nlkaejimjacpillmajjnopmpbkbnocid
Oficiální URL https://chromewebstore.google.com/detail/youtube-nonstop/nlkaejimjacpillmajjnopmpbkbnocid
Popis Kiss the annoying "Video paused. Continue watching?" confirmation goodbye!
Velikost souboru 76.16 KB
Počet instalací 728,552
Aktuální Verze 0.9.2
Poslední Aktualizace 2023-10-30
Datum Vydání 2020-05-14
Hodnocení 3.47/5 Celkem 941 Hodnocení
Vývojář lawfx
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/lawfx/YoutubeNonStop
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube NonStop",
    "short_name": "YT NonStop",
    "version": "0.9.2",
    "description": "Kiss the annoying \"Video paused. Continue watching?\" confirmation goodbye!",
    "web_accessible_resources": [
        {
            "resources": [
                "autoconfirm.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/music.youtube.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/music.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/yns16.png",
            "32": "images\/yns32.png",
            "48": "images\/yns48.png",
            "128": "images\/yns128.png"
        }
    },
    "icons": {
        "16": "images\/yns16.png",
        "32": "images\/yns32.png",
        "48": "images\/yns48.png",
        "128": "images\/yns128.png"
    },
    "manifest_version": 3
}