Redbubble Tag Counter

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

What is Redbubble Tag Counter?

Redbubble Tag Counter is a Chrome extension developed by redbubbletagcounter, and its main feature is "Counts and displays the number of tags on Redbubble upload page.".

Extension Screenshots

screenshot

Download Redbubble Tag Counter Extension CRX File

Download Redbubble Tag Counter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Redbubble Tag Counter Redbubble Tag Counter
ID ncccnkalnkmkmpjaobeondekghkjpafk
Official URL https://chromewebstore.google.com/detail/redbubble-tag-counter/ncccnkalnkmkmpjaobeondekghkjpafk
Description Counts and displays the number of tags on Redbubble upload page.
File Size 6.73 KB
Installation Count 24
Current Version 1.0
Last Updated 2023-03-31
Publish Date 2023-03-31
Rating 1.00/5 Total 1 Ratings
Developer redbubbletagcounter
Email [email protected]
Payment Type free
Help Page URL https://discord.gg/ugygmPke
Supported Languages 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"
    }
}