Redbubble Tag Counter

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

Qu'est-ce que Redbubble Tag Counter ?

Redbubble Tag Counter est une extension Chrome développée par redbubbletagcounter, et sa fonction principale est "Counts and displays the number of tags on Redbubble upload page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Redbubble Tag Counter

Téléchargez les fichiers d'extension Redbubble Tag Counter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Redbubble Tag Counter Redbubble Tag Counter
ID ncccnkalnkmkmpjaobeondekghkjpafk
URL Officiel https://chromewebstore.google.com/detail/redbubble-tag-counter/ncccnkalnkmkmpjaobeondekghkjpafk
Description Counts and displays the number of tags on Redbubble upload page.
Taille du Fichier 6.73 KB
Nombre d'Installations 24
Version Actuelle 1.0
Dernière Mise à Jour 2023-03-31
Date de Publication 2023-03-31
Évaluation 1.00/5 Total 1 Évaluations
Développeur redbubbletagcounter
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://discord.gg/ugygmPke
Langues Prises en Charge 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"
    }
}