Redbubble tags copy Free!!

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

Apa itu Redbubble tags copy Free!!?

Redbubble tags copy Free!! adalah ekstensi Chrome yang dikembangkan oleh mohamedoulkir, dan fitur utamanya adalah "With this extension you can copy the tags of any product on redbubble EASILLY!".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Redbubble tags copy Free!!

Unduh file ekstensi Redbubble tags copy Free!! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Redbubble tags copy Free!! Redbubble tags copy Free!!
ID eldfemlajnjfcnklboiphdjfobfigaol
URL Resmi https://chromewebstore.google.com/detail/redbubble-tags-copy-free/eldfemlajnjfcnklboiphdjfobfigaol
Deskripsi With this extension you can copy the tags of any product on redbubble EASILLY!
Ukuran File 25.1 KB
Jumlah Instalasi 1,244
Versi Saat Ini 3.5.3
Terakhir Diperbarui 2022-10-13
Tanggal Publikasi 2022-06-07
Penilaian 5.00/5 Total 3 Penilaian
Pengembang mohamedoulkir
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}