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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Subliminal Goal Achievement Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}