Redbubble Favorite Automator

Automates Favoriting on Redbubble

Was ist Redbubble Favorite Automator?

Redbubble Favorite Automator ist eine Chrome-Erweiterung, die von nathan7s entwickelt wurde, und ihr Hauptmerkmal ist "Automates Favoriting on Redbubble".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Redbubble Favorite Automator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Redbubble Favorite Automator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Redbubble Favorite Automator Redbubble Favorite Automator
ID iohmlpofcemlofnlnfkhdgfndihbkjac
Offizielle URL https://chromewebstore.google.com/detail/redbubble-favorite-automa/iohmlpofcemlofnlnfkhdgfndihbkjac
Beschreibung Automates Favoriting on Redbubble
Dateigröße 2.89 MB
Installationsanzahl 62
Aktuelle Version 1.0.3
Letztes Update 2023-09-29
Veröffentlichungsdatum 2023-09-13
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler nathan7s
E-Mail [email protected]
Zahlungsart in_app
Unterstützte Sprachen 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"
    }
}