Redbubble tags copy Free!!

With this extension you can copy the tags of any product on redbubble EASILLY!

Cos'è Redbubble tags copy Free!!?

Redbubble tags copy Free!! è un'estensione di Chrome sviluppata da mohamedoulkir, e la sua funzione principale è "With this extension you can copy the tags of any product on redbubble EASILLY!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Redbubble tags copy Free!!

Scarica i file di estensione Redbubble tags copy Free!! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This chrome extension is able help you to get the keywords (tags) of any product in redbubble.com, with comma (,) between every tag and another, you can copy it manually and use it directly in your product, check the explanation pictures to understand more. thanks!                    

Informazioni di Base sull'Estensione

Nome Redbubble tags copy Free!! Redbubble tags copy Free!!
ID eldfemlajnjfcnklboiphdjfobfigaol
URL Ufficiale https://chromewebstore.google.com/detail/redbubble-tags-copy-free/eldfemlajnjfcnklboiphdjfobfigaol
Descrizione With this extension you can copy the tags of any product on redbubble EASILLY!
Dimensione del File 25.1 KB
Conteggio Installazioni 1,244
Versione Corrente 3.5.3
Ultimo Aggiornamento 2022-10-13
Data di Pubblicazione 2022-06-07
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore mohamedoulkir
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Redbubble tags copy Free!!",
    "description": "With this extension you can copy the tags of any product on redbubble EASILLY!",
    "version": "3.5.3",
    "icons": {
        "16": "\/aissa16.png",
        "48": "\/aissa48.png",
        "128": "\/aissa128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.redbubble.com\/*"
            ],
            "css": [
                "aissa.css"
            ],
            "js": [
                "aissa.js"
            ]
        }
    ]
}