Redbubble tags copy Free!!

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

ما هو Redbubble tags copy Free!!؟

Redbubble tags copy Free!! هو إضافة Chrome تم تطويرها بواسطة mohamedoulkir، والميزة الرئيسية لها هي "With this extension you can copy the tags of any product on redbubble EASILLY!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Redbubble tags copy Free!!

قم بتنزيل ملفات الامتداد Redbubble tags copy Free!! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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!                    

معلومات أساسية عن التمديد

الاسم Redbubble tags copy Free!! Redbubble tags copy Free!!
ID eldfemlajnjfcnklboiphdjfobfigaol
عنوان URL الرسمي https://chromewebstore.google.com/detail/redbubble-tags-copy-free/eldfemlajnjfcnklboiphdjfobfigaol
الوصف With this extension you can copy the tags of any product on redbubble EASILLY!
حجم الملف 25.1 KB
عدد التثبيتات 1,244
النسخة الحالية 3.5.3
آخر تحديث 2022-10-13
تاريخ النشر 2022-06-07
تقييم 5.00/5 مجموع تقييمات 3
المطور mohamedoulkir
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
            ]
        }
    ]
}