WishCloud — Dream Sharing
Add your wish
ما هو WishCloud — Dream Sharing؟
WishCloud — Dream Sharing هو إضافة Chrome تم تطويرها بواسطة Dominat، والميزة الرئيسية لها هي "Add your wish".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة WishCloud — Dream Sharing
قم بتنزيل ملفات الامتداد WishCloud — Dream Sharing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Shopping & Dreaming Wishlist App #1.
Create and share your wishlist from any online store and mobile app! It could be an item or event, a stylish bag or dance courses, a new fragrance or a movie visit. No more screenshots and URL’s to make shopping wishlists!
— Discover everyday inspiration and save your favorites, or create your own wishes.
— Share your wishlist with your friends and family.
— Enjoy, add & discuss emotional moments with our huge community.
— Watch the best video reviews from popular bloggers.
Follow Us :
Facebook: facebook.com/wishcloud.official
[email protected]
www.wishcloud.com معلومات أساسية عن التمديد
| الاسم | |
| ID | jmckhhdjbflmkkenmmclemmnelkojafa |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/wishcloud-%E2%80%94-dream-sharing/jmckhhdjbflmkkenmmclemmnelkojafa |
| الوصف | Add your wish |
| حجم الملف | 116 KB |
| عدد التثبيتات | 25 |
| النسخة الحالية | 1.1 |
| آخر تحديث | 2021-03-25 |
| تاريخ النشر | 2021-02-12 |
| المطور | Dominat |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://wishcloud.com/ |
| عنوان صفحة المساعدة | https://wishcloud.com/ |
| عنوان صفحة سياسة الخصوصية | https://wishcloud.com/privacy_policy |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "WishCloud \u2014 Dream Sharing",
"description": "Add your wish",
"version": "1.1",
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/content.js"
]
}
],
"browser_action": {
"default_title": "Bookmarks",
"default_icon": "img\/icon.png",
"default_popup": "popup.html"
},
"icons": {
"128": "img\/icon.png"
},
"manifest_version": 2
} | |