Redbubble tags copy Free!!

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

Vad är Redbubble tags copy Free!!?

Redbubble tags copy Free!! är en Chrome-tillägg utvecklad av mohamedoulkir, och dess huvudfunktion är "With this extension you can copy the tags of any product on redbubble EASILLY!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Redbubble tags copy Free!!-förlängningens CRX-fil

Ladda ner Redbubble tags copy Free!!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Redbubble tags copy Free!! Redbubble tags copy Free!!
ID eldfemlajnjfcnklboiphdjfobfigaol
Officiell webbadress https://chromewebstore.google.com/detail/redbubble-tags-copy-free/eldfemlajnjfcnklboiphdjfobfigaol
Beskrivning With this extension you can copy the tags of any product on redbubble EASILLY!
Filstorlek 25.1 KB
Antal Installationer 1,244
Aktuell Version 3.5.3
Senast Uppdaterad 2022-10-13
Publiceringsdatum 2022-06-07
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare mohamedoulkir
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}