Redbubble tags copy Free!!

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

Hvad er Redbubble tags copy Free!!?

Redbubble tags copy Free!! er en Chrome-udvidelse udviklet af mohamedoulkir, og dens hovedfunktion er "With this extension you can copy the tags of any product on redbubble EASILLY!".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Redbubble tags copy Free!!-udvidelses-CRX-fil

Download Redbubble tags copy Free!!-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Redbubble tags copy Free!! Redbubble tags copy Free!!
ID eldfemlajnjfcnklboiphdjfobfigaol
Officiel URL https://chromewebstore.google.com/detail/redbubble-tags-copy-free/eldfemlajnjfcnklboiphdjfobfigaol
Beskrivelse With this extension you can copy the tags of any product on redbubble EASILLY!
Filstørrelse 25.1 KB
Antal Installationer 1,244
Nuværende Version 3.5.3
Senest Opdateret 2022-10-13
Udgivelsesdato 2022-06-07
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler mohamedoulkir
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}