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 là gì?

Subliminal Goal Achievement Helper là một tiện ích mở rộng Chrome được phát triển bởi dmlsites, và tính năng chính của nó là "An extension to keep your goals and possitive affirmations showing on your screen while you work or browse in order to implant them…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Subliminal Goal Achievement Helper

Tải xuống các tệp mở rộng Subliminal Goal Achievement Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Subliminal Goal Achievement Helper Subliminal Goal Achievement Helper
ID bmnijnhhdhnghcopfiabobmaiolkibei
URL Chính Thức https://chromewebstore.google.com/detail/subliminal-goal-achieveme/bmnijnhhdhnghcopfiabobmaiolkibei
Mô tả An extension to keep your goals and possitive affirmations showing on your screen while you work or browse in order to implant them…
Kích Thước Tệp 448 KB
Số Lần Cài Đặt 177
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2014-02-07
Ngày Phát Hành 2014-02-06
Đánh Giá 2.38/5 Tổng số 13 Đánh Giá
Nhà Phát Triển dmlsites
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}