Redbubble Tags Copy

This extension helps you getting a product tags with a click, it's free for 7 days trial, then you pay 2$.

Redbubble Tags Copy क्या है?

Redbubble Tags Copy mohamedoulkir द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps you getting a product tags with a click, it's free for 7 days trial, then you pay 2$."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Redbubble Tags Copy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        As you can see in the screenshots, in a searching or a shop page, you can get the products tags with a click.
To use this service you need to pay 2$, but before you can try it for 7 days.
More details in the video above.                    

एक्सटेंशन की मूल जानकारी

नाम Redbubble Tags Copy Redbubble Tags Copy
ID inehmbmpggcbcknppppchmeonjckaalc
आधिकारिक URL https://chromewebstore.google.com/detail/redbubble-tags-copy/inehmbmpggcbcknppppchmeonjckaalc
विवरण This extension helps you getting a product tags with a click, it's free for 7 days trial, then you pay 2$.
फ़ाइल का आकार 54.43 KB
स्थापना संख्या 32
वर्तमान संस्करण 2.0.2
अंतिम अपडेट 2022-10-16
प्रकाशन तिथि 2022-08-24
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर mohamedoulkir
ईमेल [email protected]
भुगतान के प्रकार in_app
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Redbubble Tags Copy",
    "short_name": "Redbubble Xoosted",
    "version": "2.0.2",
    "author": "ExtensionPay",
    "description": "This extension helps you getting a product tags with a click, it's free for 7 days trial, then you pay 2$.",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.redbubble.com\/*"
            ],
            "css": [
                "aissa.css"
            ],
            "js": [
                "aissa.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "ExtPay.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "\/aissa16.png",
        "48": "\/aissa48.png",
        "128": "\/aissa128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}