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$.

Co je Redbubble Tags Copy?

Redbubble Tags Copy je rozšíření Chrome vyvinuté mohamedoulkir, a jeho hlavní funkcí je „This extension helps you getting a product tags with a click, it's free for 7 days trial, then you pay 2$.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Redbubble Tags Copy

Stáhněte si soubory rozšíření Redbubble Tags Copy ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Redbubble Tags Copy Redbubble Tags Copy
ID inehmbmpggcbcknppppchmeonjckaalc
Oficiální URL https://chromewebstore.google.com/detail/redbubble-tags-copy/inehmbmpggcbcknppppchmeonjckaalc
Popis This extension helps you getting a product tags with a click, it's free for 7 days trial, then you pay 2$.
Velikost souboru 54.43 KB
Počet instalací 32
Aktuální Verze 2.0.2
Poslední Aktualizace 2022-10-16
Datum Vydání 2022-08-24
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář mohamedoulkir
E-mail [email protected]
Typ Platby in_app
Podporované Jazyky 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"
    ]
}