WishCloud — Dream Sharing

Add your wish

WishCloud — Dream Sharingとは何ですか?

WishCloud — Dream SharingはDominatによって開発されたChromeの拡張機能で、その主な機能は「Add your wish」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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
}