Time to Take a Break?
A reminder to take a quick break between Youtube videos and Netflix episodes
什麼是Time to Take a Break??
Time to Take a Break?是由Take A Break? - Reminder to take a break from Youtube and Netflifx開發的Chrome擴展程式,該擴展的主要功能是“A reminder to take a quick break between Youtube videos and Netflix episodes”。
擴展截圖
下載Time to Take a Break?擴展crx文件
下載Time to Take a Break?擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A reminder to take a quick break between Youtube videos and Netlifx.
Get stuck in endless watching several Youtube videos when you only wanted to watch one? With this simple and non-intrusive extension you can replicate the "take a break" feature from the Youtube Android and iOS apps. 擴展基本資訊
| 名稱 | |
| ID | efjchaibahpaomfdbigmmikalekcjika |
| 官方網址 | https://chromewebstore.google.com/detail/time-to-take-a-break/efjchaibahpaomfdbigmmikalekcjika |
| 簡介 | A reminder to take a quick break between Youtube videos and Netflix episodes |
| 檔案大小 | 83.15 KB |
| 安裝次數 | 99 |
| 目前版本 | 0.1 |
| 更新時間 | 2020-05-29 |
| 上架時間 | 2020-05-28 |
| 開發者 | Take A Break? - Reminder to take a break from Youtube and Netflifx |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Time to Take a Break?",
"description": "A reminder to take a quick break between Youtube videos and Netflix episodes",
"version": "0.1",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/m.youtube.com\/*",
"https:\/\/www.m.youtube.com\/*",
"https:\/\/www.youtube.com\/*",
"https:\/\/youtube.com\/*"
],
"js": [
"jquery-2.2.4.min.js",
"content.js"
],
"css": [
"take_a_break_style.css"
]
}
],
"browser_action": {
"default_icon": "icon.png"
}
} | |