Golden Hour - Browser Usage Insights

Understand your browsing habits - websites visited & time spent

What is Golden Hour - Browser Usage Insights?

Golden Hour - Browser Usage Insights is a Chrome extension developed by http://www.goldenhour.co, and its main feature is "Understand your browsing habits - websites visited & time spent".

Extension Screenshots

screenshot

Download Golden Hour - Browser Usage Insights Extension CRX File

Download Golden Hour - Browser Usage Insights 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

                        The most accurate time tracker for your browsing habits. Just install it and we'll give you up to the minute details on how you use your browser.

NOTE: We do not collect your browsing data.

Get a sneak peak of the upcoming re-design here - https://www.behance.net/gallery/53398767/Golden-Hour-browser-extension-design                    

Extension Basic Information

Name Golden Hour - Browser Usage Insights Golden Hour - Browser Usage Insights
ID maiknhegknckgjjnjncmfpljapaibjba
Official URL https://chrome.google.com/webstore/detail/golden-hour-browser-usage/maiknhegknckgjjnjncmfpljapaibjba
Description Understand your browsing habits - websites visited & time spent
File Size 270 KB
Installation Count 14
Current Version 0.11
Last Updated 2017-06-03
Publish Date 2017-06-03
Developer http://www.goldenhour.co
Email [email protected]
Payment Type free
Extension Website http://www.goldenhour.co
Privacy Policy Page URL http://www.goldenhour.co/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Golden Hour - Browser Usage Insights",
    "description": "Understand your browsing habits - websites visited & time spent",
    "version": "0.11",
    "browser_action": {
        "default_popup": "src\/popup-indexdb.html",
        "default_title": "Golden Hour for Chrome"
    },
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "tabs",
        "idle"
    ],
    "background": {
        "scripts": [
            "src\/vendor\/zangodb.min.js",
            "src\/vendor\/moment.min.js",
            "src\/vendor\/URI.min.js",
            "src\/vendor\/lodash.js",
            "src\/background-indexdb.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}