Redbubble Favorite Automator

Automates Favoriting on Redbubble

Redbubble Favorite Automator là gì?

Redbubble Favorite Automator là một tiện ích mở rộng Chrome được phát triển bởi nathan7s, và tính năng chính của nó là "Automates Favoriting on Redbubble".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Redbubble Favorite Automator

Tải xuống các tệp mở rộng Redbubble Favorite Automator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Redbubble Favorite Automator Redbubble Favorite Automator
ID iohmlpofcemlofnlnfkhdgfndihbkjac
URL Chính Thức https://chromewebstore.google.com/detail/redbubble-favorite-automa/iohmlpofcemlofnlnfkhdgfndihbkjac
Mô tả Automates Favoriting on Redbubble
Kích Thước Tệp 2.89 MB
Số Lần Cài Đặt 62
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2023-09-29
Ngày Phát Hành 2023-09-13
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển nathan7s
Email [email protected]
Loại Thanh Toán in_app
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}