Sax

Stop wasting your time on crap sites!

Sax là gì?

Sax là một tiện ích mở rộng Chrome được phát triển bởi Sax, và tính năng chính của nó là "Stop wasting your time on crap sites!".

Ả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 Sax

Tải xuống các tệp mở rộng Sax 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

                        Distract yourself from distraction. If you find you're spending time on junk sites, set yourself a limit and Sax will remind you when you've had too much - back to being productive in no time.                    

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

Tên Sax Sax
ID jicigfpbnckdaddmedkhdkahaegmnhpa
URL Chính Thức https://chromewebstore.google.com/detail/sax/jicigfpbnckdaddmedkhdkahaegmnhpa
Mô tả Stop wasting your time on crap sites!
Kích Thước Tệp 1.23 MB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 0.12
Cập Nhật Lần Cuối 2017-04-23
Ngày Phát Hành 2017-04-23
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Sax
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sax",
    "description": "Stop wasting your time on crap sites!",
    "version": "0.12",
    "browser_action": {
        "default_icon": "media\/icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "web_accessible_resources": [
        "media\/sax-guy.gif",
        "media\/sax-guy.ogg"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "saxxer.css"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}