Redbubble Quick Disable
This extension works with Redbubble
ما هو Redbubble Quick Disable؟
Redbubble Quick Disable هو إضافة Chrome تم تطويرها بواسطة r3pulsivenade1، والميزة الرئيسية لها هي "This extension works with Redbubble".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Redbubble Quick Disable
قم بتنزيل ملفات الامتداد Redbubble Quick Disable بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This app auto disables all product variants besides Standard Print Clothing,Large Print Clothing,Stickers and Prints, Cards & Posters.
معلومات أساسية عن التمديد
الاسم | |
ID | mfibhikpkdcihjpbkdpegllmkjmkfnfk |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/redbubble-quick-disable/mfibhikpkdcihjpbkdpegllmkjmkfnfk |
الوصف | This extension works with Redbubble |
حجم الملف | 28.26 KB |
عدد التثبيتات | 394 |
النسخة الحالية | 0.1 |
آخر تحديث | 2017-12-08 |
تاريخ النشر | 2017-12-08 |
تقييم | 4.67/5 مجموع تقييمات 3 |
المطور | r3pulsivenade1 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | http://www.unleashedsocial.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Redbubble Quick Disable", "description": "This extension works with Redbubble", "version": "0.1", "icons": { "48": "img\/icon64.png" }, "browser_action": { "default_icon": "img\/icon24.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "js\/content.js" ], "matches": [ "*:\/\/redbubble.com\/*", "*:\/\/www.redbubble.com\/*" ], "all_frames": true } ], "permissions": [ "storage", "tabs", "activeTab", "notifications", "*:\/\/redbubble.com\/*", "*:\/\/www.redbubble.com\/*" ] } |