Redbubble Favorite Automator

Automates Favoriting on Redbubble

Redbubble Favorite Automatorとは何ですか?

Redbubble Favorite Automatorはnathan7sによって開発されたChromeの拡張機能で、その主な機能は「Automates Favoriting on Redbubble」です。

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

screenshot
screenshot
screenshot

Redbubble Favorite Automator拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Reciprocal Favoring is a strategy that experienced Redbubble Sellers use to increase engagement and sales in their store, where people favorite your work to try and get you to favorite theirs.

This benefits both people and allowing both their works to rank higher in the Redbubble algorithm, leading to more sales.

Manually favoriting works can be EXTREMELY tedious and boring.

However, this extension completely automates this process in just a click of a button!                    

拡張機能の基本情報

名前 Redbubble Favorite Automator Redbubble Favorite Automator
ID iohmlpofcemlofnlnfkhdgfndihbkjac
公式URL https://chromewebstore.google.com/detail/redbubble-favorite-automa/iohmlpofcemlofnlnfkhdgfndihbkjac
説明 Automates Favoriting on Redbubble
ファイルサイズ 2.89 MB
インストール数 62
現在のバージョン 1.0.3
最終更新日 2023-09-29
公開日 2023-09-13
評価 3.67/5 合計 3 レビュー
開発者 nathan7s
Eメール [email protected]
支払い方法 in_app
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Redbubble Favorite Automator",
    "version": "1.0.3",
    "description": "Automates Favoriting on Redbubble",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_popup": "src\/popup.html",
        "default_title": "Redbubble Favorite Automator"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.redbubble.com\/*"
            ],
            "js": [
                "src\/content-script.js"
            ],
            "runAt": "document_start"
        }
    ],
    "background": {
        "service_worker": "src\/service-worker.js"
    }
}