Subliminal Goal Achievement Helper

An extension to keep your goals and possitive affirmations showing on your screen while you work or browse in order to implant them…

什麼是Subliminal Goal Achievement Helper?

Subliminal Goal Achievement Helper是由dmlsites開發的Chrome擴展程式,該擴展的主要功能是“An extension to keep your goals and possitive affirmations showing on your screen while you work or browse in order to implant them…”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Subliminal Goal Achievement Helper擴展crx文件

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

擴展使用說明

                        This extension displays your positive affirmations or inspirational images at a rate that the eye can't really catch, but your subconcious mind can. 

It is completely non obtrusive, you will only see a flash with either your images or your affirmations while you are browsing.

It asks you to register so that you can use it in any computer that you use. Just log in and your affirmations will be downloaded to the computer you are using. Log out if you are sharing the computer and you don't want the next person using it to recieve your subliminal messages.                    

擴展基本資訊

名稱 Subliminal Goal Achievement Helper Subliminal Goal Achievement Helper
ID bmnijnhhdhnghcopfiabobmaiolkibei
官方網址 https://chromewebstore.google.com/detail/subliminal-goal-achieveme/bmnijnhhdhnghcopfiabobmaiolkibei
簡介 An extension to keep your goals and possitive affirmations showing on your screen while you work or browse in order to implant them…
檔案大小 448 KB
安裝次數 177
目前版本 1.0.2
更新時間 2014-02-07
上架時間 2014-02-06
評分 2.38/5 共 13 次評分
開發者 dmlsites
付費類型 free
支援的語言 en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.0.2",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/jquery.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/dmlsites.com\/ https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "https:\/\/dmlsites.com\/*",
        "contextMenus",
        "idle"
    ]
}