Sax

Stop wasting your time on crap sites!

Cos'è Sax?

Sax è un'estensione di Chrome sviluppata da Sax, e la sua funzione principale è "Stop wasting your time on crap sites!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Sax

Scarica i file di estensione Sax in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Sax Sax
ID jicigfpbnckdaddmedkhdkahaegmnhpa
URL Ufficiale https://chromewebstore.google.com/detail/sax/jicigfpbnckdaddmedkhdkahaegmnhpa
Descrizione Stop wasting your time on crap sites!
Dimensione del File 1.23 MB
Conteggio Installazioni 30
Versione Corrente 0.12
Ultimo Aggiornamento 2017-04-23
Data di Pubblicazione 2017-04-23
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Sax
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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'"
}