Stop Youtube Autoplay Timer
This extension allows you to set a timer on Youtube's Autoplay
Stop Youtube Autoplay Timerとは何ですか?
Stop Youtube Autoplay Timerはpark8によって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to set a timer on Youtube's Autoplay」です。
拡張機能のスクリーンショット
Stop Youtube Autoplay Timer拡張機能のCRXファイルをダウンロード
Stop Youtube Autoplay Timer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Do you fall asleep to Youtube videos on autoplay and wake up to still find Youtube videos playing? This extension will allow you to set a timer on the autoplay toggle so videos will stop auto playing
拡張機能の基本情報
名前 | Stop Youtube Autoplay Timer |
ID | amklgdeinpjclemjbepgimpkaknhfaem |
公式URL | https://chromewebstore.google.com/detail/stop-youtube-autoplay-tim/amklgdeinpjclemjbepgimpkaknhfaem |
説明 | This extension allows you to set a timer on Youtube's Autoplay |
ファイルサイズ | 59.76 KB |
インストール数 | 95 |
現在のバージョン | 1.1 |
最終更新日 | 2020-08-19 |
公開日 | 2020-08-17 |
開発者 | park8 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "matches": [ "https:\/\/www.youtube.com\/watch*", "http:\/\/www.youtube.com\/watch*" ], "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "widget.html" }, "icons": { "128": "res\/icon128.png" }, "description": "This extension allows you to set a timer on Youtube's Autoplay", "manifest_version": 2, "name": "Stop Youtube Autoplay Timer", "permissions": [ "activeTab", "storage", "tabs", "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ], "short_name": "Timed Autoplay", "version": "1.1" } |