Time to Take a Break?
A reminder to take a quick break between Youtube videos and Netflix episodes
O que é Time to Take a Break??
Time to Take a Break? é uma extensão do Chrome desenvolvida por Take A Break? - Reminder to take a break from Youtube and Netflifx, e sua principal característica é "A reminder to take a quick break between Youtube videos and Netflix episodes".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Time to Take a Break?
Baixe arquivos de extensão Time to Take a Break? no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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. Informações Básicas da Extensão
| Nome | |
| ID | efjchaibahpaomfdbigmmikalekcjika |
| URL Oficial | https://chromewebstore.google.com/detail/time-to-take-a-break/efjchaibahpaomfdbigmmikalekcjika |
| Descrição | A reminder to take a quick break between Youtube videos and Netflix episodes |
| Tamanho do Arquivo | 83.15 KB |
| Contagem de Instalações | 99 |
| Versão Atual | 0.1 |
| Última Atualização | 2020-05-29 |
| Data de Publicação | 2020-05-28 |
| Desenvolvedor | Take A Break? - Reminder to take a break from Youtube and Netflifx |
| Tipo de Pagamento | free |
| Idiomas Suportados | 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"
}
} | |