Browser extension to help artists manage DeviantArt exclusive sales efficiently. Works seamlessly with your Isekai deployment.
DeviantArt's official API does not provide programmatic access to exclusive sales management. This extension bridges that gap for professional artists managing large portfolios. It operates respectfully - opening each page once, processing the form, and closing immediately, ensuring no unnecessary load on DeviantArt's servers.
- Sales Management Assistant: Helps you process exclusive sales from your organized queue
- Your Account: Uses your actual DeviantArt login - you remain in control at all times
- Non-Intrusive: Handles form filling in background tabs while you continue your work
- Activity Logs: Detailed logging of all sales operations for business record-keeping
- Lightweight: Just ~500KB browser extension, no additional software needed
- Secure: Operates entirely in your browser using API key authentication
Complete documentation is available at isekai.sh/chrome-extension:
- Installation Guide - Install on Windows, macOS, or Linux
- Configuration - Set up API URL and API key
- Usage Guide - Learn how to use the popup and console
- Troubleshooting - Common issues and solutions
- Download the latest release from GitHub Releases
- Extract the ZIP file to a permanent location
- Open
chrome://extensions/in your browser - Enable "Developer mode" (top-right toggle)
- Click "Load unpacked" and select the extracted folder
- Configure your API URL and API key in the extension settings
- Click Start to begin processing jobs
For detailed instructions, see the Installation Guide.
- Chrome, Edge, Brave, or any Chromium-based browser
- Running Isekai Core deployment
- DeviantArt account (must be logged in)
- API key from your Isekai instance
# Install dependencies
pnpm install
# Development mode with hot reload
pnpm dev
# Build for production
pnpm build
# Type check
pnpm type-check- Service Worker: Background script that polls the backend API for pending jobs
- Content Script: Injects into DeviantArt pages to perform DOM automation
- Popup: Compact toolbar widget for quick status and controls
- Console: Full-featured terminal interface for logs and job history
Built with TypeScript, Vite, and Chrome Extension Manifest V3.
- Documentation: isekai.sh/chrome-extension
- Report Issues: GitHub Issues
- Main Project: Isekai Core
MIT - See LICENSE file for details.