Sax

Stop wasting your time on crap sites!

Co to jest Sax?

Sax to rozszerzenie Chrome opracowane przez Sax, a jego główną funkcją jest „Stop wasting your time on crap sites!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Sax

Pobierz pliki rozszerzeń Sax w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Sax Sax
ID jicigfpbnckdaddmedkhdkahaegmnhpa
Oficjalny URL https://chromewebstore.google.com/detail/sax/jicigfpbnckdaddmedkhdkahaegmnhpa
Opis Stop wasting your time on crap sites!
Rozmiar pliku 1.23 MB
Liczba instalacji 30
Aktualna Wersja 0.12
Ostatnia Aktualizacja 2017-04-23
Data Publikacji 2017-04-23
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Sax
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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'"
}