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 |
官方網址 | 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 |
電子郵箱 | [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" } |