Dryft

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

Dryft क्या है?

Dryft Animesh Kumar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Know how much time you spend on your favourite websites every day."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Dryft एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}