YouTube Not Paused

Video paused. Continue watching?

Cos'è YouTube Not Paused?

YouTube Not Paused è un'estensione di Chrome sviluppata da https://ydk.vc, e la sua funzione principale è "Video paused. Continue watching?".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione YouTube Not Paused

Scarica i file di estensione YouTube Not Paused in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

Informazioni di Base sull'Estensione

Nome YouTube Not Paused YouTube Not Paused
ID gddbkdpdnoeplfjbkpopjngdgcokpmbo
URL Ufficiale https://chromewebstore.google.com/detail/youtube-not-paused/gddbkdpdnoeplfjbkpopjngdgcokpmbo
Descrizione Video paused. Continue watching?
Dimensione del File 11.65 KB
Conteggio Installazioni 346
Versione Corrente 1.0.2
Ultimo Aggiornamento 2023-07-07
Data di Pubblicazione 2020-06-01
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore https://ydk.vc
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/yudukiak/YouTubeNotPaused
Lingue Supportate 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
        }
    ]
}