Redbubble Tag Counter

Counts and displays the number of tags on Redbubble upload page.

O que é Redbubble Tag Counter?

Redbubble Tag Counter é uma extensão do Chrome desenvolvida por redbubbletagcounter, e sua principal característica é "Counts and displays the number of tags on Redbubble upload page.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Redbubble Tag Counter

Baixe arquivos de extensão Redbubble Tag Counter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Redbubble Tag Counter Redbubble Tag Counter
ID ncccnkalnkmkmpjaobeondekghkjpafk
URL Oficial https://chromewebstore.google.com/detail/redbubble-tag-counter/ncccnkalnkmkmpjaobeondekghkjpafk
Descrição Counts and displays the number of tags on Redbubble upload page.
Tamanho do Arquivo 6.73 KB
Contagem de Instalações 24
Versão Atual 1.0
Última Atualização 2023-03-31
Data de Publicação 2023-03-31
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor redbubbletagcounter
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://discord.gg/ugygmPke
Idiomas Suportados 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"
    }
}