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.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Redbubble Tag Counter

قم بتنزيل ملفات الامتداد Redbubble Tag Counter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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
عنوان صفحة المساعدة 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"
    }
}