BubbleSpider

Collection of tools for Redbubble® designers: Tag Generation, Tag Copy, Shadow Ban Indicator.

Что такое BubbleSpider?

BubbleSpider - это расширение Chrome, разработанное https://bubblespider.com, и его основная функция - "Collection of tools for Redbubble® designers: Tag Generation, Tag Copy, Shadow Ban Indicator.".

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

screenshot
screenshot
screenshot

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

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

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

                        Collection of tools for Redbubble® designers
• Tag Generation: grab the tags of the best selling designs on Redbubble
• Tag Copy: easily copy the tags of individual design to your clipboard
• Shadow Ban Indicator: find out if your designs are shadow banned or indexable on Google
• Tag Spam Indicator: see which designs are using tag spamming                    

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

Название BubbleSpider BubbleSpider
ID adkappjdekgefnmlalhahdnnhiifkgof
Официальный URL https://chromewebstore.google.com/detail/bubblespider/adkappjdekgefnmlalhahdnnhiifkgof
Описание Collection of tools for Redbubble® designers: Tag Generation, Tag Copy, Shadow Ban Indicator.
Размер файла 619 KB
Количество установок 1,748
Текущая Версия 1.4.0
Последнее Обновление 2023-12-17
Дата публикации 2022-05-04
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://bubblespider.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.bubblespider.com
URL страницы помощи https://www.bubblespider.com/contact
URL страницы политики конфиденциальности https://www.bubblespider.com/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BubbleSpider",
    "version": "1.4.0",
    "description": "Collection of tools for Redbubble\u00ae designers: Tag Generation, Tag Copy, Shadow Ban Indicator.",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "import-content.js"
            ],
            "run_at": "document_idle",
            "matches": [
                "https:\/\/www.redbubble.com\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "img\/logo16.png",
            "32": "img\/logo32.png",
            "48": "img\/logo48.png",
            "128": "img\/logo128.png"
        }
    },
    "icons": {
        "48": "img\/logo48.png",
        "128": "img\/logo128.png"
    },
    "permissions": [
        "webNavigation",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "pages\/popup\/index.html",
                "img\/*"
            ],
            "matches": [
                "https:\/\/www.redbubble.com\/*"
            ]
        },
        {
            "resources": [
                "chunks\/*-*.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/www.redbubble.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.redbubble.com\/"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.bubblespider.com\/*"
        ]
    }
}