UploadBot AutoUploader

Automatic Uploader Extension for UploadBot.

UploadBot AutoUploaderとは何ですか?

UploadBot AutoUploaderはhttps://uploadbot.appによって開発されたChromeの拡張機能で、その主な機能は「Automatic Uploader Extension for UploadBot.」です。

拡張機能のスクリーンショット

screenshot

UploadBot AutoUploader拡張機能のCRXファイルをダウンロード

UploadBot AutoUploader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 UploadBot AutoUploader UploadBot AutoUploader
ID ibcmidflgppojeehlfeooplfponebcjc
公式URL https://chromewebstore.google.com/detail/uploadbot-autouploader/ibcmidflgppojeehlfeooplfponebcjc
説明 Automatic Uploader Extension for UploadBot.
ファイルサイズ 153 KB
インストール数 28
現在のバージョン 0.0.7
最終更新日 2023-09-20
公開日 2023-09-04
開発者 https://uploadbot.app
Eメール [email protected]
支払い方法 free
対応言語 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:\/\/*\/*"
            ]
        }
    ]
}