WishCloud — Dream Sharing
Add your wish
什么是WishCloud — Dream Sharing?
WishCloud — Dream Sharing是由Dominat开发的Chrome扩展程序,该扩展的主要功能是“Add your wish”。
扩展截图
下载WishCloud — Dream Sharing扩展crx文件
下载WishCloud — Dream Sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | WishCloud — Dream Sharing |
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/ |
帮助页面URL | https://wishcloud.com/ |
隐私政策页面URL | 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 } |