Sax

Stop wasting your time on crap sites!

What is Sax?

Sax is a Chrome extension developed by Sax, and its main feature is "Stop wasting your time on crap sites!".

Extension Screenshots

screenshot

Download Sax Extension CRX File

Download Sax extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Sax Sax
ID jicigfpbnckdaddmedkhdkahaegmnhpa
Official URL https://chromewebstore.google.com/detail/sax/jicigfpbnckdaddmedkhdkahaegmnhpa
Description Stop wasting your time on crap sites!
File Size 1.23 MB
Installation Count 30
Current Version 0.12
Last Updated 2017-04-23
Publish Date 2017-04-23
Rating 5.00/5 Total 3 Ratings
Developer Sax
Email [email protected]
Payment Type free
Supported Languages 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'"
}