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                     擴展基本資訊
| 名稱 |   |  
| ID | jmckhhdjbflmkkenmmclemmnelkojafa | 
| 官方網址 | 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
}  |  |