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 |
| 公式URL | 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"
}
} | |