BubbleSpider
Collection of tools for Redbubble® designers: Tag Generation, Tag Copy, Shadow Ban Indicator.
ما هو BubbleSpider؟
BubbleSpider هو إضافة Chrome تم تطويرها بواسطة https://bubblespider.com، والميزة الرئيسية لها هي "Collection of tools for Redbubble® designers: Tag Generation, Tag Copy, Shadow Ban Indicator.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة BubbleSpider
قم بتنزيل ملفات الامتداد BubbleSpider بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Collection of tools for Redbubble® designers • Tag Generation: grab the tags of the best selling designs on Redbubble • Tag Copy: easily copy the tags of individual design to your clipboard • Shadow Ban Indicator: find out if your designs are shadow banned or indexable on Google • Tag Spam Indicator: see which designs are using tag spamming
معلومات أساسية عن التمديد
الاسم | BubbleSpider |
ID | adkappjdekgefnmlalhahdnnhiifkgof |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bubblespider/adkappjdekgefnmlalhahdnnhiifkgof |
الوصف | Collection of tools for Redbubble® designers: Tag Generation, Tag Copy, Shadow Ban Indicator. |
حجم الملف | 619 KB |
عدد التثبيتات | 1,748 |
النسخة الحالية | 1.4.0 |
آخر تحديث | 2023-12-17 |
تاريخ النشر | 2022-05-04 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | https://bubblespider.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.bubblespider.com |
عنوان صفحة المساعدة | https://www.bubblespider.com/contact |
عنوان صفحة سياسة الخصوصية | https://www.bubblespider.com/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BubbleSpider", "version": "1.4.0", "description": "Collection of tools for Redbubble\u00ae designers: Tag Generation, Tag Copy, Shadow Ban Indicator.", "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "js": [ "import-content.js" ], "run_at": "document_idle", "matches": [ "https:\/\/www.redbubble.com\/*" ] } ], "action": { "default_icon": { "16": "img\/logo16.png", "32": "img\/logo32.png", "48": "img\/logo48.png", "128": "img\/logo128.png" } }, "icons": { "48": "img\/logo48.png", "128": "img\/logo128.png" }, "permissions": [ "webNavigation", "storage", "tabs" ], "web_accessible_resources": [ { "resources": [ "pages\/popup\/index.html", "img\/*" ], "matches": [ "https:\/\/www.redbubble.com\/*" ] }, { "resources": [ "chunks\/*-*.js", "content.js" ], "matches": [ "https:\/\/www.redbubble.com\/*" ] } ], "host_permissions": [ "https:\/\/www.redbubble.com\/" ], "externally_connectable": { "matches": [ "https:\/\/www.bubblespider.com\/*" ] } } |