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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}