WebExtension.net
WebExtension.net

Code Verify

View on Chrome Web Store
View Code Verify Chrome Extension on Chrome Web Store
1.8 (27 ratings)

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

An extension to verify the code running in your browser matches what was published.
Type
Extension
Users
20,000 users
Meta
View author page of Meta
Published
Published on February 23, 2022
Version 4.0.0
Manifest version
3
Updated
Updated on November 4, 2024
View on Chrome Web Store
View Code Verify Chrome Extension on Chrome Web Store
lifestyle/social
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Code Verify",
    "version": "4.0.0",
    "default_locale": "en",
    "description": "An extension to verify the code running in your browser matches what was published.",
    "action": {
        "default_title": "Code Verify",
        "default_icon": {
            "32": "default_32.png",
            "48": "default_48.png",
            "64": "default_64.png",
            "128": "default_128.png"
        }
    },
    "icons": {
        "32": "default_32.png",
        "48": "default_48.png",
        "64": "default_64.png",
        "128": "default_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.messenger.com\/*"
            ],
            "all_frames": true,
            "js": [
                "contentMSGR.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "js": [
                "contentFB.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "js": [
                "contentIG.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "js": [
                "contentWA.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "webRequest"
    ],
    "host_permissions": [
        "https:\/\/*.privacy-auditability.cloudflare.com\/",
        "https:\/\/static.xx.fbcdn.net\/",
        "https:\/\/static.cdninstagram.com\/",
        "https:\/\/static.whatsapp.net\/",
        "*:\/\/*.messenger.com\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.whatsapp.com\/*"
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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