UploadBot AutoUploader

Automatic Uploader Extension for UploadBot.

Was ist UploadBot AutoUploader?

UploadBot AutoUploader ist eine Chrome-Erweiterung, die von https://uploadbot.app entwickelt wurde, und ihr Hauptmerkmal ist "Automatic Uploader Extension for UploadBot.".

Erweiterungsscreenshots

screenshot

UploadBot AutoUploader-Erweiterungs-CRX-Datei herunterladen

Laden Sie UploadBot AutoUploader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension allows you to automatically upload images to Redbubble via the UploadBot website.                    

Grundlegende Informationen zur Erweiterung

Name UploadBot AutoUploader UploadBot AutoUploader
ID ibcmidflgppojeehlfeooplfponebcjc
Offizielle URL https://chromewebstore.google.com/detail/uploadbot-autouploader/ibcmidflgppojeehlfeooplfponebcjc
Beschreibung Automatic Uploader Extension for UploadBot.
Dateigröße 153 KB
Installationsanzahl 28
Aktuelle Version 0.0.7
Letztes Update 2023-09-20
Veröffentlichungsdatum 2023-09-04
Entwickler https://uploadbot.app
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        }
    },
    "version": "0.0.7",
    "author": "UploadBot ",
    "name": "UploadBot AutoUploader",
    "description": "Automatic Uploader Extension for UploadBot.",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "scripting",
        "activeTab",
        "storage"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*\/*",
            "http:\/\/*\/*"
        ]
    },
    "host_permissions": [
        "https:\/\/www.redbubble.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}