Redbubble Tag Counter
Counts and displays the number of tags on Redbubble upload page.
Что такое Redbubble Tag Counter?
Redbubble Tag Counter - это расширение Chrome, разработанное redbubbletagcounter, и его основная функция - "Counts and displays the number of tags on Redbubble upload page.".
Снимки экрана расширения
Скачать файл CRX расширения Redbubble Tag Counter
Скачайте файлы расширений Redbubble Tag Counter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Counts and displays the number of tags on Redbubble upload page, the counter increases once an additional sentance has been added and seperated with a comma. Text turns red if you exceed 50 tags
Основная информация о расширении
Название | Redbubble Tag Counter |
ID | ncccnkalnkmkmpjaobeondekghkjpafk |
Официальный URL | https://chromewebstore.google.com/detail/redbubble-tag-counter/ncccnkalnkmkmpjaobeondekghkjpafk |
Описание | Counts and displays the number of tags on Redbubble upload page. |
Размер файла | 6.73 KB |
Количество установок | 24 |
Текущая Версия | 1.0 |
Последнее Обновление | 2023-03-31 |
Дата публикации | 2023-03-31 |
Рейтинг | 1.00/5 Всего 1 оценок |
Разработчик | redbubbletagcounter |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы помощи | https://discord.gg/ugygmPke |
Поддерживаемые языки | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Redbubble Tag Counter", "version": "1.0", "description": "Counts and displays the number of tags on Redbubble upload page.", "action": { "default_icon": { "48": "icon.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.redbubble.com\/portfolio\/images\/new*" ], "js": [ "content.js" ] } ], "icons": { "48": "icon.png" } } |