BLOCK CLOCK

When you press 'START', you can't see SNS for 25minutes. but when break time, you can see SNS.

O que é BLOCK CLOCK?

BLOCK CLOCK é uma extensão do Chrome desenvolvida por https://tech-portfolio.org/block_clock, e sua principal característica é "When you press 'START', you can't see SNS for 25minutes. but when break time, you can see SNS.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão BLOCK CLOCK

Baixe arquivos de extensão BLOCK CLOCK 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

                        When you press 'START', you can't see SNS for 25minutes. but when break time, you can see SNS(Twitte,Facebook,Instagram,Amazon,Youtube...etc).

ソーシャルメディアを25分間ブロックするクローム拡張です!TwitterやFacebookやInstagramからあなたの仕事の時間を守ります!ポモドーロの時間術を用いることでさらなる集中を期待できます!ぜひ一度使ってみてください!                    

Informações Básicas da Extensão

Nome BLOCK CLOCK BLOCK CLOCK
ID dpaphncmnicljlnlohmebcedbfiodhck
URL Oficial https://chromewebstore.google.com/detail/block-clock/dpaphncmnicljlnlohmebcedbfiodhck
Descrição When you press 'START', you can't see SNS for 25minutes. but when break time, you can see SNS.
Tamanho do Arquivo 2.47 MB
Contagem de Instalações 218
Versão Atual 1.0.7
Última Atualização 2022-04-04
Data de Publicação 2019-03-08
Classificação 4.86/5 Total de 7 Avaliações
Desenvolvedor https://tech-portfolio.org/block_clock
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://tech-portfolio.org/block_clock/
URL da Página de Ajuda https://docs.google.com/forms/d/e/1FAIpQLScCx3LGrTItBNOjFNKRWBpGOM5PNgrXncPYQqQapJEnXS65iw/viewform
URL da Página de Política de Privacidade https://the-bingo.jp/view/rules.html
Idiomas Suportados ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.7",
    "name": "BLOCK CLOCK",
    "description": "When you press 'START', you can't see SNS for 25minutes. but when break time, you can see SNS.",
    "browser_action": {
        "default_icon": "\/image\/25_icon.png",
        "default_title": "Concentration 25minutes.",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "\/image\/25_icon.png"
    },
    "background": {
        "scripts": [
            "\/assets\/js\/push.min.js",
            "\/assets\/js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "background",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "alarms",
        "tabs",
        "notifications"
    ]
}