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.

Cos'è Time Companion?

Time Companion è un'estensione di Chrome sviluppata da Hadi Yahia, e la sua funzione principale è "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.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Time Companion

Scarica i file di estensione Time Companion 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

                        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]                    

Informazioni di Base sull'Estensione

Nome Time Companion Time Companion
ID jjnbbklfpecnjcfehhebmfmibicklgdo
URL Ufficiale https://chromewebstore.google.com/detail/time-companion/jjnbbklfpecnjcfehhebmfmibicklgdo
Descrizione 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.
Dimensione del File 1.24 MB
Conteggio Installazioni 142
Versione Corrente 2.0.3
Ultimo Aggiornamento 2022-08-22
Data di Pubblicazione 2020-06-04
Valutazione 4.80/5 Totale 5 Valutazioni
Sviluppatore Hadi Yahia
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}