WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
StayFree - Website Blocker & Web Analytics

StayFree - Website Blocker & Web Analytics

View on Chrome Web Store
View StayFree - Website Blocker & Web Analytics Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (2,137 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Analytics to help you understand and control your website usage, leading to less distractions and enhanced productivity
Type
Extension
Users
200,000 users
100K
ST Pulse
View author page of ST Pulse
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 21, 2021
Version 2.2.11
Manifest version
3
Updated
Updated on June 18, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View StayFree - Website Blocker & Web Analytics Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "2.2.11",
    "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",
        "search"
    ],
    "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": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content-scripts\/auto-connect-redirect.js",
                "content-scripts\/prompt-collector.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content-scripts\/block-website.js",
                "content-scripts\/keyword-blocking.js",
                "content-scripts\/usage-monitoring.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.instagram.com\/*",
                "*:\/\/*.snapchat.com\/*",
                "*:\/\/*.tiktok.com\/*",
                "*:\/\/*.x.com\/*",
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_end",
            "css": [
                "content-scripts\/in-app-blocking.css"
            ],
            "js": [
                "content-scripts\/in-app-blocking.js"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top