YouTube Not Paused

Video paused. Continue watching?

Vad är YouTube Not Paused?

YouTube Not Paused är en Chrome-tillägg utvecklad av https://ydk.vc, och dess huvudfunktion är "Video paused. Continue watching?".

Tilläggsskärmbilder

screenshot

Ladda ner YouTube Not Paused-förlängningens CRX-fil

Ladda ner YouTube Not Paused-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

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

Grundläggande Information om Tillägg

Namn YouTube Not Paused YouTube Not Paused
ID gddbkdpdnoeplfjbkpopjngdgcokpmbo
Officiell webbadress https://chromewebstore.google.com/detail/youtube-not-paused/gddbkdpdnoeplfjbkpopjngdgcokpmbo
Beskrivning Video paused. Continue watching?
Filstorlek 11.65 KB
Antal Installationer 346
Aktuell Version 1.0.2
Senast Uppdaterad 2023-07-07
Publiceringsdatum 2020-06-01
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare https://ydk.vc
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/yudukiak/YouTubeNotPaused
Stödda Språk 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
        }
    ]
}