YouTube Not Paused

Video paused. Continue watching?

Was ist YouTube Not Paused?

YouTube Not Paused ist eine Chrome-Erweiterung, die von https://ydk.vc entwickelt wurde, und ihr Hauptmerkmal ist "Video paused. Continue watching?".

Erweiterungsscreenshots

screenshot

YouTube Not Paused-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouTube Not Paused-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

                        Q. 動画が一時停止されました。続きを視聴しますか?
A. ( ´Д`) <うるせぇ、エビフライぶつけんぞ
*. 自動的に確認ボックスの「はい」をクリックする拡張です

Q. Video paused. Continue watching?
A. ( 'A`) < Shut up. Throw the fried shrimp.
*. This extension auto-clicking "Yes" in the confirmation box.                    

Grundlegende Informationen zur Erweiterung

Name YouTube Not Paused YouTube Not Paused
ID gddbkdpdnoeplfjbkpopjngdgcokpmbo
Offizielle URL https://chromewebstore.google.com/detail/youtube-not-paused/gddbkdpdnoeplfjbkpopjngdgcokpmbo
Beschreibung Video paused. Continue watching?
Dateigröße 11.65 KB
Installationsanzahl 346
Aktuelle Version 1.0.2
Letztes Update 2023-07-07
Veröffentlichungsdatum 2020-06-01
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler https://ydk.vc
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/yudukiak/YouTubeNotPaused
Unterstützte Sprachen ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Not Paused",
    "version": "1.0.2",
    "description": "Video paused. Continue watching?",
    "author": "akasaka",
    "icons": {
        "16": "icons\/16.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch?v=*"
            ],
            "js": [
                "js\/index.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}