BLOCK CLOCK

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

Qu'est-ce que BLOCK CLOCK ?

BLOCK CLOCK est une extension Chrome développée par https://tech-portfolio.org/block_clock, et sa fonction principale est "When you press 'START', you can't see SNS for 25minutes. but when break time, you can see SNS.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension BLOCK CLOCK

Téléchargez les fichiers d'extension BLOCK CLOCK au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom BLOCK CLOCK BLOCK CLOCK
ID dpaphncmnicljlnlohmebcedbfiodhck
URL Officiel https://chromewebstore.google.com/detail/block-clock/dpaphncmnicljlnlohmebcedbfiodhck
Description When you press 'START', you can't see SNS for 25minutes. but when break time, you can see SNS.
Taille du Fichier 2.47 MB
Nombre d'Installations 218
Version Actuelle 1.0.7
Dernière Mise à Jour 2022-04-04
Date de Publication 2019-03-08
Évaluation 4.86/5 Total 7 Évaluations
Développeur https://tech-portfolio.org/block_clock
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://tech-portfolio.org/block_clock/
URL de la Page d'Aide https://docs.google.com/forms/d/e/1FAIpQLScCx3LGrTItBNOjFNKRWBpGOM5PNgrXncPYQqQapJEnXS65iw/viewform
URL de la Page de Politique de Confidentialité https://the-bingo.jp/view/rules.html
Langues Prises en Charge 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"
    ]
}