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
官方網址 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"
    ]
}