Redbubble Tags Copy

This extension helps you getting a product tags with a click, it's free for 7 days trial, then you pay 2$.

What is Redbubble Tags Copy?

Redbubble Tags Copy is a Chrome extension developed by mohamedoulkir, and its main feature is "This extension helps you getting a product tags with a click, it's free for 7 days trial, then you pay 2$.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Redbubble Tags Copy Extension CRX File

Download Redbubble Tags Copy 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

                        As you can see in the screenshots, in a searching or a shop page, you can get the products tags with a click.
To use this service you need to pay 2$, but before you can try it for 7 days.
More details in the video above.                    

Extension Basic Information

Name Redbubble Tags Copy Redbubble Tags Copy
ID inehmbmpggcbcknppppchmeonjckaalc
Official URL https://chromewebstore.google.com/detail/redbubble-tags-copy/inehmbmpggcbcknppppchmeonjckaalc
Description This extension helps you getting a product tags with a click, it's free for 7 days trial, then you pay 2$.
File Size 54.43 KB
Installation Count 32
Current Version 2.0.2
Last Updated 2022-10-16
Publish Date 2022-08-24
Rating 5.00/5 Total 2 Ratings
Developer mohamedoulkir
Email [email protected]
Payment Type in_app
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Redbubble Tags Copy",
    "short_name": "Redbubble Xoosted",
    "version": "2.0.2",
    "author": "ExtensionPay",
    "description": "This extension helps you getting a product tags with a click, it's free for 7 days trial, then you pay 2$.",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.redbubble.com\/*"
            ],
            "css": [
                "aissa.css"
            ],
            "js": [
                "aissa.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "ExtPay.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "\/aissa16.png",
        "48": "\/aissa48.png",
        "128": "\/aissa128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}