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 هو إضافة Chrome تم تطويرها بواسطة mohamedoulkir، والميزة الرئيسية لها هي "This extension helps you getting a product tags with a click, it's free for 7 days trial, then you pay 2$.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Redbubble Tags Copy
قم بتنزيل ملفات الامتداد Redbubble Tags Copy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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. معلومات أساسية عن التمديد
| الاسم | |
| 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"
]
} | |