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
官方網址 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
電子郵箱 [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"
    }
}