WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Extension Security Monitor

Extension Security Monitor

View on Chrome Web Store
View Extension Security Monitor Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
5 views
This extension has been viewed 5 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.

This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 20, 2025.

Keep your browser safe by monitoring extension activity with Extension Security Monitor. This powerful tool allows you to track the…
Type
Extension
Users
1 users
1
Website tooldevs.com
MakeLifeEasier
View author page of MakeLifeEasier
Published
Published on August 18, 2024
Version 1.0
Manifest version
3
Updated
Updated on August 18, 2024
make_chrome_yours/privacy
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Extension Security Monitor 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": "Extension Security Monitor",
    "version": "1.0",
    "permissions": [
        "management",
        "storage",
        "webRequest",
        "notifications",
        "activeTab",
        "tabs"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "alert.html",
                "alert.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}
© 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