Sloth Worth

Extension that shows you the cost of mindless Internet browsing

Co je Sloth Worth?

Sloth Worth je rozšíření Chrome vyvinuté https://qotoqot.com, a jeho hlavní funkcí je „Extension that shows you the cost of mindless Internet browsing“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Sloth Worth

Stáhněte si soubory rozšíření Sloth Worth ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Sloth Worth Sloth Worth
ID oomipphdopeaobjffaagbfogfehpcfkh
Oficiální URL https://chromewebstore.google.com/detail/sloth-worth/oomipphdopeaobjffaagbfogfehpcfkh
Popis Extension that shows you the cost of mindless Internet browsing
Velikost souboru 96.24 KB
Počet instalací 470
Aktuální Verze 1.1
Poslední Aktualizace 2017-10-06
Datum Vydání 2017-10-05
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář https://qotoqot.com
Typ Platby free
Webové stránky Rozšíření https://qotoqot.com/sloth-worth/
URL Stránky Nápovědy https://qotoqot.com/contact/
Podporované Jazyky 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"
    }
}