Redbubble tags copy Free!!

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

Wat is Redbubble tags copy Free!!?

Redbubble tags copy Free!! is een Chrome-extensie ontwikkeld door mohamedoulkir, en de belangrijkste functie is "With this extension you can copy the tags of any product on redbubble EASILLY!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Redbubble tags copy Free!!

Download Redbubble tags copy Free!!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Redbubble tags copy Free!! Redbubble tags copy Free!!
ID eldfemlajnjfcnklboiphdjfobfigaol
Officiële URL https://chromewebstore.google.com/detail/redbubble-tags-copy-free/eldfemlajnjfcnklboiphdjfobfigaol
Beschrijving With this extension you can copy the tags of any product on redbubble EASILLY!
Bestandsgrootte 25.1 KB
Aantal Installaties 1,244
Huidige Versie 3.5.3
Laatst Bijgewerkt 2022-10-13
Publicatiedatum 2022-06-07
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar mohamedoulkir
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}