Redbubble Tag Counter

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

Cos'è Redbubble Tag Counter?

Redbubble Tag Counter è un'estensione di Chrome sviluppata da redbubbletagcounter, e la sua funzione principale è "Counts and displays the number of tags on Redbubble upload page.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Redbubble Tag Counter

Scarica i file di estensione Redbubble Tag Counter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Redbubble Tag Counter Redbubble Tag Counter
ID ncccnkalnkmkmpjaobeondekghkjpafk
URL Ufficiale https://chromewebstore.google.com/detail/redbubble-tag-counter/ncccnkalnkmkmpjaobeondekghkjpafk
Descrizione Counts and displays the number of tags on Redbubble upload page.
Dimensione del File 6.73 KB
Conteggio Installazioni 24
Versione Corrente 1.0
Ultimo Aggiornamento 2023-03-31
Data di Pubblicazione 2023-03-31
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore redbubbletagcounter
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://discord.gg/ugygmPke
Lingue Supportate 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"
    }
}