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”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 Time to Take a Break? Time to Take a Break?
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"
    }
}