time tracker for reddit

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

What is time tracker for reddit?

time tracker for reddit is a Chrome extension developed by Tim Coy, and its main feature is "This extension tracks how much time you have wasted on reddit.".

Extension Screenshots

screenshot

Download time tracker for reddit Extension CRX File

Download time tracker for reddit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name time tracker for reddit time tracker for reddit
ID pdgbpkedemplniikdfmfaedehbonfhmb
Official URL https://chromewebstore.google.com/detail/time-tracker-for-reddit/pdgbpkedemplniikdfmfaedehbonfhmb
Description This extension tracks how much time you have wasted on reddit.
File Size 20.54 KB
Installation Count 31
Current Version 1.1
Last Updated 2016-04-17
Publish Date 2016-04-17
Rating 4.00/5 Total 2 Ratings
Developer Tim Coy
Payment Type free
Supported Languages 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"
    }
}