Redbubble tags copy Free!!

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

What is Redbubble tags copy Free!!?

Redbubble tags copy Free!! is a Chrome extension developed by mohamedoulkir, and its main feature is "With this extension you can copy the tags of any product on redbubble EASILLY!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Redbubble tags copy Free!! Extension CRX File

Download Redbubble tags copy Free!! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Redbubble tags copy Free!! Redbubble tags copy Free!!
ID eldfemlajnjfcnklboiphdjfobfigaol
Official URL https://chromewebstore.google.com/detail/redbubble-tags-copy-free/eldfemlajnjfcnklboiphdjfobfigaol
Description With this extension you can copy the tags of any product on redbubble EASILLY!
File Size 25.1 KB
Installation Count 1,244
Current Version 3.5.3
Last Updated 2022-10-13
Publish Date 2022-06-07
Rating 5.00/5 Total 3 Ratings
Developer mohamedoulkir
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}