WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Challenge Grid Autofill

Challenge Grid Autofill

View on Chrome Web Store
View Challenge Grid Autofill Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (1 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.

Provides a way to parse challenge prompts and autofill the corresponding response for websites using security/challenge grids.
Type
Extension
Users
22 users
1
Ryan Thaut
View author page of Ryan Thaut
Published
Published on September 17, 2021
Version 2.0.0
Manifest version
3
Updated
Updated on March 21, 2024
productivity/workflow
Extension Category
View on Chrome Web Store
View Challenge Grid Autofill 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",
    "name": "__MSG_AppName__",
    "description": "__MSG_AppDescription__",
    "version": "2.0.0",
    "short_name": "__MSG_AppShortName__",
    "manifest_version": 3,
    "default_locale": "en",
    "author": "Ryan Thaut",
    "homepage_url": "https:\/\/github.com\/rthaut\/challenge-grid-autofill-extension\/",
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "24": "images\/icon-24.png",
        "32": "images\/icon-32.png",
        "38": "images\/icon-38.png",
        "48": "images\/icon-48.png",
        "64": "images\/icon-64.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "19": "images\/icon-19.png",
            "24": "images\/icon-24.png",
            "32": "images\/icon-32.png",
            "38": "images\/icon-38.png",
            "48": "images\/icon-48.png",
            "64": "images\/icon-64.png",
            "96": "images\/icon-96.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "__MSG_BrowserActionTitle__",
        "default_popup": "pages\/popup.html"
    },
    "options_ui": {
        "page": "pages\/options.html",
        "open_in_tab": false
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "notifications",
        "scripting",
        "storage"
    ],
    "minimum_chrome_version": "90"
}
© 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