Sax

Stop wasting your time on crap sites!

Wat is Sax?

Sax is een Chrome-extensie ontwikkeld door Sax, en de belangrijkste functie is "Stop wasting your time on crap sites!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Sax

Download Sax-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Sax Sax
ID jicigfpbnckdaddmedkhdkahaegmnhpa
Officiële URL https://chromewebstore.google.com/detail/sax/jicigfpbnckdaddmedkhdkahaegmnhpa
Beschrijving Stop wasting your time on crap sites!
Bestandsgrootte 1.23 MB
Aantal Installaties 30
Huidige Versie 0.12
Laatst Bijgewerkt 2017-04-23
Publicatiedatum 2017-04-23
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Sax
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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'"
}