WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Node Validator

Node Validator

View on Chrome Web Store
View Node Validator 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.

A Chrome extension for validating target nodes across multiple URLs from a CSV file
Type
Extension
Users
12 users
1
sumanreddy568
View author page of sumanreddy568
Published
Published on May 14, 2025
Version 1.2.2
Manifest version
3
Updated
Updated on December 17, 2025
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Node Validator 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": "Node Validator",
    "version": "1.2.2",
    "description": "A Chrome extension for validating target nodes across multiple URLs from a CSV file",
    "devtools_page": "public\/devtools.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "action": {
        "default_title": "Node Validator",
        "default_icon": {
            "16": "public\/images\/icon16.png",
            "48": "public\/images\/icon48.png",
            "128": "public\/images\/icon128.png"
        }
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "src\/background\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "src\/content\/content.js"
            ],
            "css": [
                "public\/styles\/content.css"
            ]
        }
    ],
    "icons": {
        "16": "public\/images\/icon16.png",
        "48": "public\/images\/icon48.png",
        "128": "public\/images\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "public\/images\/*",
                "public\/styles\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 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