You(Tube) don't stop!
Prevents annoying "video paused" dialogs from showing up
什麼是You(Tube) don't stop!?
You(Tube) don't stop!是由spmn開發的Chrome擴展程式,該擴展的主要功能是“Prevents annoying "video paused" dialogs from showing up”。
擴展截圖
下載You(Tube) don't stop!擴展crx文件
下載You(Tube) don't stop!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Recently, YouTube introduced a new "feature" which stops the video playback after a predetermined period of inactivity.
This extension fools YouTube into thinking that you are constantly active, so those "video paused" pop-ups won't show up at all. 擴展基本資訊
| 名稱 | |
| ID | odklofidedfkjjgjnobmpipmobmlgkel |
| 官方網址 | https://chromewebstore.google.com/detail/youtube-dont-stop/odklofidedfkjjgjnobmpipmobmlgkel |
| 簡介 | Prevents annoying "video paused" dialogs from showing up |
| 檔案大小 | 5.73 KB |
| 安裝次數 | 4,596 |
| 目前版本 | 1.1.0 |
| 更新時間 | 2019-06-23 |
| 上架時間 | 2019-06-23 |
| 評分 | 3.70/5 共 10 次評分 |
| 開發者 | spmn |
| 付費類型 | free |
| 擴展官網 | https://github.com/spmn/yt-dont-stop/ |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "You(Tube) don't stop!",
"version": "1.1.0",
"description": "Prevents annoying \"video paused\" dialogs from showing up",
"homepage_url": "https:\/\/github.com\/spmn\/yt-dont-stop",
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*",
"*:\/\/*.youtu.be\/*"
],
"js": [
"js\/bootstrapper.js"
]
}
],
"web_accessible_resources": [
"js\/payload.js"
],
"icons": {
"128": "img\/icon_128.png"
}
} | |