YouTube Not Paused

Video paused. Continue watching?

Wat is YouTube Not Paused?

YouTube Not Paused is een Chrome-extensie ontwikkeld door https://ydk.vc, en de belangrijkste functie is "Video paused. Continue watching?".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YouTube Not Paused

Download YouTube Not Paused-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

Basisinformatie over de Extensie

Naam YouTube Not Paused YouTube Not Paused
ID gddbkdpdnoeplfjbkpopjngdgcokpmbo
Officiële URL https://chromewebstore.google.com/detail/youtube-not-paused/gddbkdpdnoeplfjbkpopjngdgcokpmbo
Beschrijving Video paused. Continue watching?
Bestandsgrootte 11.65 KB
Aantal Installaties 346
Huidige Versie 1.0.2
Laatst Bijgewerkt 2023-07-07
Publicatiedatum 2020-06-01
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://ydk.vc
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/yudukiak/YouTubeNotPaused
Ondersteunde Talen 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
        }
    ]
}