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

Qu'est-ce que Redbubble Tags Copy ?

Redbubble Tags Copy est une extension Chrome développée par mohamedoulkir, et sa fonction principale est "This extension helps you getting a product tags with a click, it's free for 7 days trial, then you pay 2$.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Redbubble Tags Copy

Téléchargez les fichiers d'extension Redbubble Tags Copy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Redbubble Tags Copy Redbubble Tags Copy
ID inehmbmpggcbcknppppchmeonjckaalc
URL Officiel 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$.
Taille du Fichier 54.43 KB
Nombre d'Installations 32
Version Actuelle 2.0.2
Dernière Mise à Jour 2022-10-16
Date de Publication 2022-08-24
Évaluation 5.00/5 Total 2 Évaluations
Développeur mohamedoulkir
Email [email protected]
Type de Paiement in_app
Langues Prises en Charge 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"
    ]
}