YouTube - Don't Stop
Remove the "Video paused. Continue watching?" popup & "Get it now" Youtube Premium popup ad. No frills & efficient.
YouTube - Don't Stopとは何ですか?
YouTube - Don't StopはNibble Bytesによって開発されたChromeの拡張機能で、その主な機能は「Remove the "Video paused. Continue watching?" popup & "Get it now" Youtube Premium popup ad. No frills & efficient.」です。
拡張機能のスクリーンショット
YouTube - Don't Stop拡張機能のCRXファイルをダウンロード
YouTube - Don't Stop拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Removes YouTube popups so you can keep listening to your music without interruption. Fast and efficient and no frills. Contact the author if it stops working for any reason. Instructions: This Extension (as other extensions) only works when Youtube is the active tab in Chrome.
拡張機能の基本情報
名前 | YouTube - Don't Stop |
ID | lfccbkicpiohnnalhapdgjadlcahicip |
公式URL | https://chromewebstore.google.com/detail/youtube-dont-stop/lfccbkicpiohnnalhapdgjadlcahicip |
説明 | Remove the "Video paused. Continue watching?" popup & "Get it now" Youtube Premium popup ad. No frills & efficient. |
ファイルサイズ | 46.52 KB |
インストール数 | 2,929 |
現在のバージョン | 1.2 |
最終更新日 | 2020-01-15 |
公開日 | 2020-01-14 |
評価 | 2.80/5 合計 5 レビュー |
開発者 | Nibble Bytes |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube - Don't Stop", "version": "1.2", "icons": { "128": "128x128 icon.png" }, "description": "Remove the \"Video paused. Continue watching?\" popup & \"Get it now\" Youtube Premium popup ad. No frills & efficient.", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery-3.4.1.min.js", "continue_watching.js" ], "all_frames": true } ] } |