WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
HealerShield - Addiction Shield & Life Enhancer

HealerShield - Addiction Shield & Life Enhancer

View on Chrome Web Store
View HealerShield - Addiction Shield & Life Enhancer Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
2 views
This extension has been viewed 2 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.

Addiction blocker & productivity tool that helps overcome distractions with customizable blocking & accountability features.
Type
Extension
Users
2 users
1
HealerShield
View author page of HealerShield
Published
Published on September 18, 2025
Version 1.0.0
Manifest version
3
Updated
Updated on September 18, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View HealerShield - Addiction Shield & Life Enhancer 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": "HealerShield - Addiction Shield & Life Enhancer",
    "version": "1.0.0",
    "description": "Addiction blocker & productivity tool that helps overcome distractions with customizable blocking & accountability features.",
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "activeTab",
        "notifications",
        "alarms",
        "bookmarks"
    ],
    "incognito": "spanning",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "HealerShield - Your Addiction Blocker",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png"
        }
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "welcome.html",
                "setup.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "minimum_chrome_version": "88",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}
© 2026 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