Sax

Stop wasting your time on crap sites!

ما هو Sax؟

Sax هو إضافة Chrome تم تطويرها بواسطة Sax، والميزة الرئيسية لها هي "Stop wasting your time on crap sites!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Sax

قم بتنزيل ملفات الامتداد Sax بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Sax Sax
ID jicigfpbnckdaddmedkhdkahaegmnhpa
عنوان URL الرسمي https://chromewebstore.google.com/detail/sax/jicigfpbnckdaddmedkhdkahaegmnhpa
الوصف Stop wasting your time on crap sites!
حجم الملف 1.23 MB
عدد التثبيتات 30
النسخة الحالية 0.12
آخر تحديث 2017-04-23
تاريخ النشر 2017-04-23
تقييم 5.00/5 مجموع تقييمات 3
المطور Sax
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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'"
}