WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Sentinel.AI Shield Masking Tool

Sentinel.AI Shield Masking Tool

View on Chrome Web Store
View Sentinel.AI Shield Masking Tool Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 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.

This extension is used for creating runtime script to enable data protection on web forms.
Type
Extension
Users
188 users
2
robility.support
View author page of robility.support
Published
Published on May 30, 2021
Version 2.0
Manifest version
2
Updated
Updated on June 30, 2022
productivity/developer
Extension Category
View on Chrome Web Store
View Sentinel.AI Shield Masking Tool 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
{
    "background": {
        "persistent": false,
        "scripts": [
            "node_modules\/idb-keyval\/dist\/idb-keyval-min.js",
            "scripts\/general.js",
            "scripts\/eventPage.js"
        ]
    },
    "browser_action": {
        "default_popup": "SutherlandWebSpy.html",
        "default_title": "Sentinel.AI Shield Masking Tool"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "scripts\/general.js",
                "scripts\/contentScript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "This extension is used for creating runtime script to enable data protection on web forms.",
    "icons": {
        "16": "images\/Sutherland16.png",
        "32": "images\/Sutherland32.png",
        "48": "images\/Sutherland48.png",
        "128": "images\/Sutherland128.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlUU\/0bGnL7Ap0B2kQKGxto4SB2e6b2x+74BDn8pgia8fB5r1CKyapFbjkZl+FxKYXvPJoX0mgaAj7d5zrgHwmuJAtymdfBB3uSAxKR08jVO7D9ZCyenMP8+Js5z6zDKkQqzTJVHL7NtMahefs7IncjflY3YXGrxCsHFwQ\/TOKP+lEs8ESB7M5U8B0V5Nj+em5x+9CwHMiHafVNbHBzbPOZTXkriC5YWWGjgcrZ1N7sIQbIQ3mOX+GJTRdqhvg+LCt4avcN4R3AzKGCp3zxiZZAQQcd8qonRzmfEFLW03YJ8dAoR2uXclLYFeOlf2hszrUW0yavJHPbPJf1IJXKbj6QIDAQAB",
    "manifest_version": 2,
    "name": "Sentinel.AI Shield Masking Tool",
    "permissions": [
        "nativeMessaging",
        "activeTab",
        "tabs",
        "contextMenus",
        "https:\/\/ajax.googleapis.com\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0",
    "web_accessible_resources": [
        "css\/general.css"
    ]
}
© 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