WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
AutoLovart - Auto send Lovart prompts and download images

AutoLovart - Auto send Lovart prompts and download images

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

Lovart efficiency extension, batch automatic sending prompts and downloading images, prompts management, and more.
Type
Extension
Users
113 users
11
Website autojourney.ai
NingzbRUC
View author page of NingzbRUC
Published
Published on January 1, 2026
Version 0.0.11
Manifest version
3
Updated
Updated on January 22, 2026
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View AutoLovart - Auto send Lovart 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.11",
    "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:\/\/www.lovart.ai\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "downloads",
        "declarativeNetRequest",
        "storage",
        "notifications"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.lovart.ai\/*"
            ],
            "resources": [
                "scripts\/compat.js",
                "scripts\/main.js",
                "scripts\/local.js",
                "scripts\/poe.js",
                "scripts\/ops.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/www.lovart.ai\/*",
        "*:\/\/*.lovart.ai\/*"
    ],
    "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