Dream Meanings

Dreams Meanings and Interpretations. Discover the meanings to your dreams. We help you to understand the meaning of your dreams.

什麼是Dream Meanings?

Dream Meanings是由https://dreammeaning.org開發的Chrome擴展程式,該擴展的主要功能是“Dreams Meanings and Interpretations. Discover the meanings to your dreams. We help you to understand the meaning of your dreams.”。

擴展截圖

screenshot

下載Dream Meanings擴展crx文件

下載Dream Meanings擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Dreams Meanings, Symbols and Interpretations. 
What Does My Dream Mean? or What is my dream meaning? 
Discover the meanings to your dreams for FREE. We analyze your Dream. You instantly understand your dream‎ meaning. You could find your dream meanings in Seconds.
We help you to understand the meaning of your dreams. Dreams are very important messages for people, it can refer to missing something or all is OK. Knowing the meaning of dreams could be a big help to take important decisions, a warning to stop doing something, or an advice. The correctly interpretation of dream's meaning allows to solve very difficult problems. Find out the meanings and interpretations of your dreams.                    

擴展基本資訊

名稱 Dream Meanings Dream Meanings
ID jchlanelnnfjphognfagdiodmffonchg
官方網址 https://chrome.google.com/webstore/detail/dream-meanings/jchlanelnnfjphognfagdiodmffonchg
簡介 Dreams Meanings and Interpretations. Discover the meanings to your dreams. We help you to understand the meaning of your dreams.
檔案大小 33.22 KB
安裝次數 107
目前版本 1.2.2
更新時間 2016-07-22
上架時間 2016-07-22
評分 5.00/5 共 2 次評分
開發者 https://dreammeaning.org
付費類型 free
擴展官網 https://dreammeaning.org/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dream Meanings",
    "description": "Dreams Meanings and Interpretations. Discover the meanings to your dreams. We help you to understand the meaning of your dreams.",
    "version": "1.2.2",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "hideInstallBtn.js"
            ],
            "matches": [
                "https:\/\/dreammeaning.org\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "dreammeaning-128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "contextMenus",
        "https:\/\/dreammeaning.org\/*"
    ],
    "icons": {
        "16": "dreammeaning.png",
        "48": "dreammeaning-48.png",
        "128": "dreammeaning-128.png"
    }
}