WishCloud — Dream Sharing

Add your wish

What is WishCloud — Dream Sharing?

WishCloud — Dream Sharing is a Chrome extension developed by Dominat, and its main feature is "Add your wish".

Extension Screenshots

screenshot

Download WishCloud — Dream Sharing Extension CRX File

Download WishCloud — Dream Sharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name WishCloud — Dream Sharing WishCloud — Dream Sharing
ID jmckhhdjbflmkkenmmclemmnelkojafa
Official URL https://chromewebstore.google.com/detail/wishcloud-%E2%80%94-dream-sharing/jmckhhdjbflmkkenmmclemmnelkojafa
Description Add your wish
File Size 116 KB
Installation Count 25
Current Version 1.1
Last Updated 2021-03-25
Publish Date 2021-02-12
Developer Dominat
Email [email protected]
Payment Type free
Extension Website https://wishcloud.com/
Help Page URL https://wishcloud.com/
Privacy Policy Page URL https://wishcloud.com/privacy_policy
Supported Languages 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
}