time tracker for reddit

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

¿Qué es time tracker for reddit?

time tracker for reddit es una extensión de Chrome desarrollada por Tim Coy, y su función principal es "This extension tracks how much time you have wasted on reddit.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión time tracker for reddit

Descarga archivos de extensión time tracker for reddit en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre time tracker for reddit time tracker for reddit
ID pdgbpkedemplniikdfmfaedehbonfhmb
URL Oficial https://chromewebstore.google.com/detail/time-tracker-for-reddit/pdgbpkedemplniikdfmfaedehbonfhmb
Descripción This extension tracks how much time you have wasted on reddit.
Tamaño del Archivo 20.54 KB
Cantidad de Instalaciones 31
Versión Actual 1.1
Última Actualización 2016-04-17
Fecha de Publicación 2016-04-17
Calificación 4.00/5 Total de 2 Calificaciones
Desarrollador Tim Coy
Tipo de Pago free
Idiomas Soportados 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"
    }
}