Redbubble tags copy Free!!

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

Qu'est-ce que Redbubble tags copy Free!! ?

Redbubble tags copy Free!! est une extension Chrome développée par mohamedoulkir, et sa fonction principale est "With this extension you can copy the tags of any product on redbubble EASILLY!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Redbubble tags copy Free!!

Téléchargez les fichiers d'extension Redbubble tags copy Free!! 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

                        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!                    

Informations de Base sur l'Extension

Nom Redbubble tags copy Free!! Redbubble tags copy Free!!
ID eldfemlajnjfcnklboiphdjfobfigaol
URL Officiel 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!
Taille du Fichier 25.1 KB
Nombre d'Installations 1,244
Version Actuelle 3.5.3
Dernière Mise à Jour 2022-10-13
Date de Publication 2022-06-07
Évaluation 5.00/5 Total 3 Évaluations
Développeur mohamedoulkir
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}