StayFree - Website Blocker & Web Analytics

Analytics to help you understand and control your website usage, leading to less distractions and enhanced productivity

ما هو StayFree - Website Blocker & Web Analytics؟

StayFree - Website Blocker & Web Analytics هو إضافة Chrome تم تطويرها بواسطة https://stayfreeapps.com، والميزة الرئيسية لها هي "Analytics to help you understand and control your website usage, leading to less distractions and enhanced productivity".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة StayFree - Website Blocker & Web Analytics

قم بتنزيل ملفات الامتداد StayFree - Website Blocker & Web Analytics بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        ✦ What is StayFree?

StayFree - Web Analytics & Screen Time Tracker is an analytics, self control, productivity, and web addiction controller extension. Now featuring "YouTube Plus," StayFree provides analytics to help you understand and control your internet usage, with enhanced capabilities specifically for YouTube. Get daily website usage statistics, identify factors leading to distractions (such as advertisements you have seen), and focus your time by restricting the usage of distracting websites, including customizable YouTube viewing experiences.

✦ What makes StayFree special?

✔ We are now multi-platform! StayFree is the highest rated screen time & self control app on the Play Store
✔ Extremely fast and user-friendly interface
✔ Most accurate usage statistics
✔ Quick customer support
✔ New! YouTube Plus: Customize your YouTube experience to save time and avoid distractions

StayFree - Web Analytics & Screen Time Tracker helps you:
📵 Overcome web addiction
🔋 Stay focused
😌 Gain self-control
📱 Reduce screen time
🛡 Reduce distraction
💯 Boost productivity
🤳 Unplug more often
📈 Increase your digital wellbeing
🧠 Understand how you consume the web
👪 Spend quality time with family or yourself
💪 Reduce wasted time with digital detox

✦ Extension's Features:

★ Website usage history: Get statistics of your daily usage history.
★ Digital profile: Understand the kind of ads you're being shown and what websites are showing them.
★ Share usage across devices: Connect Android devices and other browsers to view website and mobile app usage in one place.
★ Over-use reminder: Get notified when you spend too much time on a website and start your digital detox.
★ Block mode: Temporarily block any website that you are over-using.
★ YouTube Plus: Enhance your YouTube experience with customizable features like hiding shorts, comments, top bar, recommended videos, disabling end cards, and autoplay.

✦ YOU ARE IMPORTANT

We'd really appreciate it if you could rate us 5 stars here on the Chrome Web Store. Your rating is crucial in establishing trust with our user base. If you have suggestions or want to see something improved, don't hesitate to reach out!

✦ CONTACT US

We love hearing from our users and getting their feedback! If you run into any issues with the app or have suggestions on what we can do to improve it, please send us an email: [email protected]


This extension is maintained by Sensor Tower.                    

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

الاسم StayFree - Website Blocker & Web Analytics StayFree - Website Blocker & Web Analytics
ID elfaihghhjjoknimpccccmkioofjjfkf
عنوان URL الرسمي https://chromewebstore.google.com/detail/stayfree-website-blocker/elfaihghhjjoknimpccccmkioofjjfkf
الوصف Analytics to help you understand and control your website usage, leading to less distractions and enhanced productivity
حجم الملف 7.83 MB
عدد التثبيتات 172,020
النسخة الحالية 1.31.0
آخر تحديث 2024-01-28
تاريخ النشر 2021-11-23
تقييم 4.76/5 مجموع تقييمات 1230
المطور https://stayfreeapps.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://stayfreeapps.com
عنوان صفحة سياسة الخصوصية https://sensortower.com/accessibility-app-privacy
اللغات المدعومة de,en-US,fr,es,it,pt-BR,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.31.0",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "default_locale": "en_US",
    "permissions": [
        "alarms",
        "tabs",
        "storage",
        "notifications",
        "webNavigation",
        "scripting",
        "favicon"
    ],
    "optional_permissions": [
        "history"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "_favicon\/*",
                "*.css",
                "*.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "content-scripts\/ad-finder.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content-scripts\/block-website.js",
                "content-scripts\/usage-monitoring.js"
            ]
        },
        {
            "matches": [
                "https:\/\/stayfreeapps.com\/extension-get-started"
            ],
            "run_at": "document_start",
            "js": [
                "content-scripts\/onboarding-redirect.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_end",
            "css": [
                "content-scripts\/youtube-plus.css"
            ],
            "js": [
                "content-scripts\/youtube-plus.js"
            ]
        }
    ]
}