WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Autogram - Auto send Ideogram prompts and download images

Autogram - Auto send Ideogram prompts and download images

View on Chrome Web Store
View Autogram - Auto send Ideogram prompts and download images Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
1 new ratings
49 views
This extension has been viewed 49 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.

Ideogram efficiency extension, batch sending prompts, automatic queuing, image to image, automatic download and manage images
Type
Extension
Users
342 users
7
Website autojourney.ai
NingzbRUC
View author page of NingzbRUC
Published
Published on May 27, 2025
Version 0.0.21
Manifest version
3
Updated
Updated on January 21, 2026
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Autogram - Auto send Ideogram prompts and download images 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.21",
    "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:\/\/ideogram.ai\/*",
                "https:\/\/poe.com\/*",
                "https:\/\/moonvy.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "downloads",
        "declarativeNetRequest",
        "storage",
        "notifications"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/ideogram.ai\/*",
                "https:\/\/poe.com\/*",
                "https:\/\/moonvy.com\/*"
            ],
            "resources": [
                "scripts\/compat.js",
                "scripts\/main.js",
                "scripts\/local.js",
                "scripts\/poe.js",
                "scripts\/ops.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/ideogram.ai\/*",
        "*:\/\/*.ideogram.ai\/*",
        "*:\/\/poe.com\/*",
        "*:\/\/*.poe.com\/*",
        "*:\/\/moonvy.com\/*",
        "*:\/\/*.moonvy.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