Sloth Worth

Extension that shows you the cost of mindless Internet browsing

¿Qué es Sloth Worth?

Sloth Worth es una extensión de Chrome desarrollada por https://qotoqot.com, y su función principal es "Extension that shows you the cost of mindless Internet browsing".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Sloth Worth

Descarga archivos de extensión Sloth Worth 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

                        Sloth Worth counts the time you spend on distracting sites and shows how much money you could make if you were working instead. Set your hourly rate and see a counter of lost money on each distracting site.

Add or remove any site by clicking on the sloth icon near the address bar.

Features:
✔  Reports daily, weekly, and monthly stats
✔  Already knows 1,500 popular distracting sites
✔  Supports all currencies and multiple visual styles
✔  Does not track you or send your data anywhere                    

Información Básica de la Extensión

Nombre Sloth Worth Sloth Worth
ID oomipphdopeaobjffaagbfogfehpcfkh
URL Oficial https://chromewebstore.google.com/detail/sloth-worth/oomipphdopeaobjffaagbfogfehpcfkh
Descripción Extension that shows you the cost of mindless Internet browsing
Tamaño del Archivo 96.24 KB
Cantidad de Instalaciones 470
Versión Actual 1.1
Última Actualización 2017-10-06
Fecha de Publicación 2017-10-05
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador https://qotoqot.com
Tipo de Pago free
Sitio Web de la Extensión https://qotoqot.com/sloth-worth/
URL de la Página de Ayuda https://qotoqot.com/contact/
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sloth Worth",
    "version": "1.1",
    "description": "Extension that shows you the cost of mindless Internet browsing",
    "icons": {
        "32": "icons\/sloth-32.png",
        "48": "icons\/sloth-48.png",
        "64": "icons\/sloth-64.png",
        "96": "icons\/sloth-96.png",
        "128": "icons\/sloth-128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "idle"
    ],
    "background": {
        "scripts": [
            "lib\/jquery.js",
            "src\/background.js"
        ]
    },
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/counter.js"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "html\/counter.html"
    ],
    "browser_action": {
        "default_icon": {
            "32": "icons\/sloth-32.png",
            "48": "icons\/sloth-48.png",
            "64": "icons\/sloth-64.png"
        },
        "default_popup": "html\/popup.html"
    }
}