Youtube Nonstop
Youtube Nonstop Extension prevent Youtube popup 'Video Paused. Continue watching?'
Youtube Nonstopとは何ですか?
Youtube Nonstopはkhongotonによって開発されたChromeの拡張機能で、その主な機能は「Youtube Nonstop Extension prevent Youtube popup 'Video Paused. Continue watching?'」です。
拡張機能のスクリーンショット
Youtube Nonstop拡張機能のCRXファイルをダウンロード
Youtube Nonstop拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Youtube Nonstop Extension prevent Youtube popup 'Video Paused. Continue watching?' 拡張機能の基本情報
| 名前 | |
| ID | mchagemcboihinadnlbiddcfepiakfop |
| 公式URL | https://chromewebstore.google.com/detail/youtube-nonstop/mchagemcboihinadnlbiddcfepiakfop |
| 説明 | Youtube Nonstop Extension prevent Youtube popup 'Video Paused. Continue watching?' |
| ファイルサイズ | 10.27 KB |
| インストール数 | 864 |
| 現在のバージョン | 1.0.3 |
| 最終更新日 | 2023-06-06 |
| 公開日 | 2023-03-16 |
| 評価 | 2.83/5 合計 6 レビュー |
| 開発者 | khongoton |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Youtube Nonstop",
"description": "Youtube Nonstop Extension prevent Youtube popup 'Video Paused. Continue watching?'",
"version": "1.0.3",
"icons": {
"16": "public\/icons\/16.png",
"48": "public\/icons\/48.png",
"128": "public\/icons\/128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.youtube.com\/*"
],
"js": [
"tab\/ytnonstop.js"
],
"run_at": "document_end"
}
],
"manifest_version": 3
} | |