time tracker for reddit

This extension tracks how much time you have wasted on reddit.

time tracker for reddit क्या है?

time tracker for reddit Tim Coy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension tracks how much time you have wasted on reddit."।

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

screenshot

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

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

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

                        Note: This is a third-party extension that is not made or maintained by reddit inc.

User Data Disclaimer: This extension collects information about how long you are on reddit.  This data is collected locally and stored using chrome.storage in order to sync data across all of your devices.  This data is not shared with the developer, third-parties, or any other individuals.                    

एक्सटेंशन की मूल जानकारी

नाम time tracker for reddit time tracker for reddit
ID pdgbpkedemplniikdfmfaedehbonfhmb
आधिकारिक URL https://chromewebstore.google.com/detail/time-tracker-for-reddit/pdgbpkedemplniikdfmfaedehbonfhmb
विवरण This extension tracks how much time you have wasted on reddit.
फ़ाइल का आकार 20.54 KB
स्थापना संख्या 31
वर्तमान संस्करण 1.1
अंतिम अपडेट 2016-04-17
प्रकाशन तिथि 2016-04-17
रेटिंग 4.00/5 कुल 2 रेटिंग्स
डेवलपर Tim Coy
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "time tracker for reddit",
    "description": "This extension tracks how much time you have wasted on reddit.",
    "version": "1.1",
    "permissions": [
        "alarms",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js",
            "functions.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}