Sloth Worth

Extension that shows you the cost of mindless Internet browsing

O que é Sloth Worth?

Sloth Worth é uma extensão do Chrome desenvolvida por https://qotoqot.com, e sua principal característica é "Extension that shows you the cost of mindless Internet browsing".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Sloth Worth

Baixe arquivos de extensão Sloth Worth no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Sloth Worth Sloth Worth
ID oomipphdopeaobjffaagbfogfehpcfkh
URL Oficial https://chromewebstore.google.com/detail/sloth-worth/oomipphdopeaobjffaagbfogfehpcfkh
Descrição Extension that shows you the cost of mindless Internet browsing
Tamanho do Arquivo 96.24 KB
Contagem de Instalações 470
Versão Atual 1.1
Última Atualização 2017-10-06
Data de Publicação 2017-10-05
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://qotoqot.com
Tipo de Pagamento free
Site da Extensão https://qotoqot.com/sloth-worth/
URL da Página de Ajuda https://qotoqot.com/contact/
Idiomas Suportados 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"
    }
}