Dryft

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

什么是Dryft?

Dryft是由Animesh Kumar开发的Chrome扩展程序,该扩展的主要功能是“Know how much time you spend on your favourite websites every day.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Dryft扩展crx文件

下载Dryft扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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]                    

扩展基本信息

名称 Dryft Dryft
ID bpfibgbdeacmameoklggiabcekheipei
官方URL https://chromewebstore.google.com/detail/dryft/bpfibgbdeacmameoklggiabcekheipei
简介 Know how much time you spend on your favourite websites every day.
文件大小 241 KB
安装次数 911
当前版本 1.1.1
更新时间 2021-04-16
上架时间 2018-09-07
评分 4.95/5 共37次评分
开发者 Animesh Kumar
电子邮箱 [email protected]
付费类型 free
扩展官网 https://dryft.surge.sh/
帮助页面URL https://dryft.surge.sh/faq.html
支持的语言 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"
    ]
}