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

Что такое Redbubble Tags Copy?

Redbubble Tags Copy - это расширение Chrome, разработанное mohamedoulkir, и его основная функция - "This extension helps you getting a product tags with a click, it's free for 7 days trial, then you pay 2$.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Redbubble Tags Copy

Скачайте файлы расширений Redbubble Tags Copy в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        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.                    

Основная информация о расширении

Название Redbubble Tags Copy Redbubble Tags Copy
ID inehmbmpggcbcknppppchmeonjckaalc
Официальный URL https://chromewebstore.google.com/detail/redbubble-tags-copy/inehmbmpggcbcknppppchmeonjckaalc
Описание This extension helps you getting a product tags with a click, it's free for 7 days trial, then you pay 2$.
Размер файла 54.43 KB
Количество установок 32
Текущая Версия 2.0.2
Последнее Обновление 2022-10-16
Дата публикации 2022-08-24
Рейтинг 5.00/5 Всего 2 оценок
Разработчик mohamedoulkir
Электронная почта [email protected]
Тип оплаты in_app
Поддерживаемые языки 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"
    ]
}