Time Companion

This extension will call you to order on a recurring basis, so that you does not lose sight of the essential goals of your life.

¿Qué es Time Companion?

Time Companion es una extensión de Chrome desarrollada por Hadi Yahia, y su función principal es "This extension will call you to order on a recurring basis, so that you does not lose sight of the essential goals of your life.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Time Companion

Descarga archivos de extensión Time Companion en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        You're a chronic procrastinator? You want to do so many things but each time your discipline fails you and you find yourself wasting hours on sites like youtube? Are you looking for an alternative to applications that simply block distraction sites? If so, then Time Companion is for you! 

Time Companion offers 4 severity modes adapted to your needs:

Level 1: Displays a small notification after a time you choose. [also possible to notify at the beginning of the access to a distraction website].

Level 2: Asking you confirm to continue using the entertainment website. It asks you to write a sentence [at the beginning of access to a distraction website and/or every x minutes] and asks for the number of minutes you need. [also possible to enter a productivity sentence to continue]

Level 3: Blocks the page spent a certain amount of time on it, possibility of cyclic blocking (e.g. pomodoro).

Level 4: Radical level: Closes chrome if you insist on accessing entertainment websites after a certain amount of time.


Time companion also offers

A black list: Used to define the sites of distraction [It is possible to put all the websites inside].

A white list: Used to define exceptions [ex: specific part of a website in the black list].

Possibility to add several groups of lists!

Detailed statistics on your daily internet browsing

Possibility to add rest periods

Ability to remove distracting content from certain websites such as Youtube, Facebook, Quora, Linkedin, Reddit, Wikipedia, Twitter

Utilisez enfin l'internet de la bonne façon !

Finally use the internet in the right way!

Note: if you experience problems after an update, uninstall and reinstall the extension and the problem should be fixed, otherwise contact me so I can fix it.

We do not collect any of your data

** The Time Companion logo was created by David Abián and is licensed under the CC BY-SA 4.0 license [https://creativecommons.org/licenses/by-sa/4.0/deed.fr]                    

Información Básica de la Extensión

Nombre Time Companion Time Companion
ID jjnbbklfpecnjcfehhebmfmibicklgdo
URL Oficial https://chromewebstore.google.com/detail/time-companion/jjnbbklfpecnjcfehhebmfmibicklgdo
Descripción This extension will call you to order on a recurring basis, so that you does not lose sight of the essential goals of your life.
Tamaño del Archivo 1.24 MB
Cantidad de Instalaciones 142
Versión Actual 2.0.3
Última Actualización 2022-08-22
Fecha de Publicación 2020-06-04
Calificación 4.80/5 Total de 5 Calificaciones
Desarrollador Hadi Yahia
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "manifest_version": 2,
    "version": "2.0.3",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png",
        "16": "img\/icon16.png"
    },
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/font-awesome.min.css",
                "library\/AWN\/style.css"
            ],
            "js": [
                "library\/TimeMe\/timeme.min.js",
                "library\/AWN\/index.var.js",
                "content.js"
            ]
        }
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "library\/TimeMe\/timeme.min.js",
            "library\/Compression\/lz-string.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "fonts\/*",
        "sounds\/*",
        "library\/AWN\/style.css",
        "todolist\/index.html",
        "img\/icon128.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.sharethis.com; object-src 'self'",
    "permissions": [
        "storage",
        "tabs"
    ]
}