Sloth Worth

Extension that shows you the cost of mindless Internet browsing

Sloth Worth là gì?

Sloth Worth là một tiện ích mở rộng Chrome được phát triển bởi https://qotoqot.com, và tính năng chính của nó là "Extension that shows you the cost of mindless Internet browsing".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sloth Worth

Tải xuống các tệp mở rộng Sloth Worth dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sloth Worth Sloth Worth
ID oomipphdopeaobjffaagbfogfehpcfkh
URL Chính Thức https://chromewebstore.google.com/detail/sloth-worth/oomipphdopeaobjffaagbfogfehpcfkh
Mô tả Extension that shows you the cost of mindless Internet browsing
Kích Thước Tệp 96.24 KB
Số Lần Cài Đặt 470
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2017-10-06
Ngày Phát Hành 2017-10-05
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://qotoqot.com
Loại Thanh Toán free
Trang Web Mở Rộng https://qotoqot.com/sloth-worth/
URL Trang Trợ Giúp https://qotoqot.com/contact/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}