Redbubble Tag Counter

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

Redbubble Tag Counter là gì?

Redbubble Tag Counter là một tiện ích mở rộng Chrome được phát triển bởi redbubbletagcounter, và tính năng chính của nó là "Counts and displays the number of tags on Redbubble upload page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Redbubble Tag Counter

Tải xuống các tệp mở rộng Redbubble Tag Counter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Redbubble Tag Counter Redbubble Tag Counter
ID ncccnkalnkmkmpjaobeondekghkjpafk
URL Chính Thức https://chromewebstore.google.com/detail/redbubble-tag-counter/ncccnkalnkmkmpjaobeondekghkjpafk
Mô tả Counts and displays the number of tags on Redbubble upload page.
Kích Thước Tệp 6.73 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-03-31
Ngày Phát Hành 2023-03-31
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển redbubbletagcounter
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://discord.gg/ugygmPke
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}