Dryft

Know how much time you spend on your favourite websites every day.

Cos'è Dryft?

Dryft è un'estensione di Chrome sviluppata da Animesh Kumar, e la sua funzione principale è "Know how much time you spend on your favourite websites every day.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Dryft

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

                        According to a recent study, we can read 200 books in the time we spend on social media each year. 

Astounding, right? Also, an average human spends a total of 3+ hours on Facebook, Twitter, Instagram and other social medias daily. Have you ever wondered how much time you spend on these websites? If yes, then you're in the right place.

Dryft is a free Google Chrome extension that monitors the websites you have added in it's watchlist and gives you a detailed insight of how much time you spend on these websites. Download it for free and get:

1. Daily, weekly, monthly and yearly stats.
2. Compare current stats with previous ones and manage your Internet habits.
3. Add or remove hundreds of website from the watchlist.
4. Completely free. No hidden charges, no in-app purchases.


** For queries, mail me at [email protected]                    

Informazioni di Base sull'Estensione

Nome Dryft Dryft
ID bpfibgbdeacmameoklggiabcekheipei
URL Ufficiale https://chromewebstore.google.com/detail/dryft/bpfibgbdeacmameoklggiabcekheipei
Descrizione Know how much time you spend on your favourite websites every day.
Dimensione del File 241 KB
Conteggio Installazioni 911
Versione Corrente 1.1.1
Ultimo Aggiornamento 2021-04-16
Data di Pubblicazione 2018-09-07
Valutazione 4.95/5 Totale 37 Valutazioni
Sviluppatore Animesh Kumar
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://dryft.surge.sh/
URL della Pagina di Aiuto https://dryft.surge.sh/faq.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dryft",
    "description": "Know how much time you spend on your favourite websites every day.",
    "version": "1.1.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ]
}