UploadBot AutoUploader

Automatic Uploader Extension for UploadBot.

Wat is UploadBot AutoUploader?

UploadBot AutoUploader is een Chrome-extensie ontwikkeld door https://uploadbot.app, en de belangrijkste functie is "Automatic Uploader Extension for UploadBot.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie UploadBot AutoUploader

Download UploadBot AutoUploader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam UploadBot AutoUploader UploadBot AutoUploader
ID ibcmidflgppojeehlfeooplfponebcjc
Officiële URL https://chromewebstore.google.com/detail/uploadbot-autouploader/ibcmidflgppojeehlfeooplfponebcjc
Beschrijving Automatic Uploader Extension for UploadBot.
Bestandsgrootte 153 KB
Aantal Installaties 28
Huidige Versie 0.0.7
Laatst Bijgewerkt 2023-09-20
Publicatiedatum 2023-09-04
Ontwikkelaar https://uploadbot.app
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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:\/\/*\/*"
            ]
        }
    ]
}