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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    ]
}