Sax

Stop wasting your time on crap sites!

¿Qué es Sax?

Sax es una extensión de Chrome desarrollada por Sax, y su función principal es "Stop wasting your time on crap sites!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Sax

Descarga archivos de extensión Sax en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Sax Sax
ID jicigfpbnckdaddmedkhdkahaegmnhpa
URL Oficial https://chromewebstore.google.com/detail/sax/jicigfpbnckdaddmedkhdkahaegmnhpa
Descripción Stop wasting your time on crap sites!
Tamaño del Archivo 1.23 MB
Cantidad de Instalaciones 30
Versión Actual 0.12
Última Actualización 2017-04-23
Fecha de Publicación 2017-04-23
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador Sax
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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'"
}