WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Block Forms

Block Forms

View on Chrome Web Store
View Block Forms Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
0 views
This extension has been viewed 0 times

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

Block consumer forms from your domain.
Type
Extension
Users
2 users
1
Clay
View author page of Clay
Published
Published on December 12, 2021
Version 0.0.27
Manifest version
3
Updated
Updated on September 10, 2022
productivity/workflow
Extension Category
View on Chrome Web Store
View Block Forms 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": "Block Forms",
    "version": "0.0.27",
    "author": "Clay Smith",
    "short_name": "Block Forms",
    "homepage_url": "https:\/\/www.claycodes.org",
    "default_locale": "en",
    "description": "Block consumer forms from your domain.",
    "icons": {
        "19": "images\/19.png",
        "32": "images\/32.png",
        "36": "images\/36.png",
        "38": "images\/38.png",
        "64": "images\/64.png",
        "128": "images\/128.png"
    },
    "permissions": [],
    "host_permissions": [
        "*:\/\/docs.google.com\/*"
    ],
    "storage": {
        "managed_schema": "schema.json"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/docs.google.com\/*"
            ],
            "exclude_matches": [],
            "js": [
                "contentscript.js"
            ]
        }
    ]
}
© 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