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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
            ]
        }
    ]
}