Sloth Worth

Extension that shows you the cost of mindless Internet browsing

Vad är Sloth Worth?

Sloth Worth är en Chrome-tillägg utvecklad av https://qotoqot.com, och dess huvudfunktion är "Extension that shows you the cost of mindless Internet browsing".

Tilläggsskärmbilder

screenshot

Ladda ner Sloth Worth-förlängningens CRX-fil

Ladda ner Sloth Worth-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Sloth Worth Sloth Worth
ID oomipphdopeaobjffaagbfogfehpcfkh
Officiell webbadress https://chromewebstore.google.com/detail/sloth-worth/oomipphdopeaobjffaagbfogfehpcfkh
Beskrivning Extension that shows you the cost of mindless Internet browsing
Filstorlek 96.24 KB
Antal Installationer 470
Aktuell Version 1.1
Senast Uppdaterad 2017-10-06
Publiceringsdatum 2017-10-05
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare https://qotoqot.com
Betalningssätt free
Tilläggswebbplats https://qotoqot.com/sloth-worth/
Hjälpsida URL https://qotoqot.com/contact/
Stödda Språk 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"
    }
}