WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
AutoGrok - Auto send Grok prompts and download images/videos

AutoGrok - Auto send Grok prompts and download images/videos

View on Chrome Web Store
View AutoGrok - Auto send Grok prompts and download images/videos Chrome Extension on Chrome Web Store
Add to bookmarks
2.6 (8 ratings)
1 new 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.

Grok efficiency extension, batch automatic sending prompts and downloading images/videos, prompts management, and more.
Type
Extension
Users
2,000 users
500
Website autojourney.ai
NingzbRUC
View author page of NingzbRUC
Published
Published on November 21, 2025
Version 0.0.14
Manifest version
3
Updated
Updated on January 21, 2026
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View AutoGrok - Auto send Grok prompts and download images/videos 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": "__MSG_extName__",
    "version": "0.0.14",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_icon": "images\/icon-128.png",
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "scripts\/style.css"
            ],
            "matches": [
                "https:\/\/grok.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "permissions": [
        "downloads",
        "declarativeNetRequest",
        "storage",
        "notifications"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/grok.com\/*"
            ],
            "resources": [
                "scripts\/compat.js",
                "scripts\/main.js",
                "scripts\/local.js",
                "scripts\/poe.js",
                "scripts\/ops.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/grok.com\/*",
        "*:\/\/*.grok.com\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    }
}
© 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