BLOCK CLOCK

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

Cos'è BLOCK CLOCK?

BLOCK CLOCK è un'estensione di Chrome sviluppata da https://tech-portfolio.org/block_clock, e la sua funzione principale è "When you press 'START', you can't see SNS for 25minutes. but when break time, you can see SNS.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione BLOCK CLOCK

Scarica i file di estensione BLOCK CLOCK in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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からあなたの仕事の時間を守ります!ポモドーロの時間術を用いることでさらなる集中を期待できます!ぜひ一度使ってみてください!                    

Informazioni di Base sull'Estensione

Nome BLOCK CLOCK BLOCK CLOCK
ID dpaphncmnicljlnlohmebcedbfiodhck
URL Ufficiale https://chromewebstore.google.com/detail/block-clock/dpaphncmnicljlnlohmebcedbfiodhck
Descrizione When you press 'START', you can't see SNS for 25minutes. but when break time, you can see SNS.
Dimensione del File 2.47 MB
Conteggio Installazioni 218
Versione Corrente 1.0.7
Ultimo Aggiornamento 2022-04-04
Data di Pubblicazione 2019-03-08
Valutazione 4.86/5 Totale 7 Valutazioni
Sviluppatore https://tech-portfolio.org/block_clock
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://tech-portfolio.org/block_clock/
URL della Pagina di Aiuto https://docs.google.com/forms/d/e/1FAIpQLScCx3LGrTItBNOjFNKRWBpGOM5PNgrXncPYQqQapJEnXS65iw/viewform
URL della Pagina della Politica sulla Privacy https://the-bingo.jp/view/rules.html
Lingue Supportate 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"
    ]
}