Redbubble tags copy Free!!

With this extension you can copy the tags of any product on redbubble EASILLY!

Redbubble tags copy Free!! là gì?

Redbubble tags copy Free!! là một tiện ích mở rộng Chrome được phát triển bởi mohamedoulkir, và tính năng chính của nó là "With this extension you can copy the tags of any product on redbubble EASILLY!".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Redbubble tags copy Free!!

Tải xuống các tệp mở rộng Redbubble tags copy Free!! 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

                        This chrome extension is able help you to get the keywords (tags) of any product in redbubble.com, with comma (,) between every tag and another, you can copy it manually and use it directly in your product, check the explanation pictures to understand more. thanks!                    

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

Tên Redbubble tags copy Free!! Redbubble tags copy Free!!
ID eldfemlajnjfcnklboiphdjfobfigaol
URL Chính Thức https://chromewebstore.google.com/detail/redbubble-tags-copy-free/eldfemlajnjfcnklboiphdjfobfigaol
Mô tả With this extension you can copy the tags of any product on redbubble EASILLY!
Kích Thước Tệp 25.1 KB
Số Lần Cài Đặt 1,244
Phiên Bản Hiện Tại 3.5.3
Cập Nhật Lần Cuối 2022-10-13
Ngày Phát Hành 2022-06-07
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển mohamedoulkir
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Redbubble tags copy Free!!",
    "description": "With this extension you can copy the tags of any product on redbubble EASILLY!",
    "version": "3.5.3",
    "icons": {
        "16": "\/aissa16.png",
        "48": "\/aissa48.png",
        "128": "\/aissa128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.redbubble.com\/*"
            ],
            "css": [
                "aissa.css"
            ],
            "js": [
                "aissa.js"
            ]
        }
    ]
}