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…

O que é Subliminal Goal Achievement Helper?

Subliminal Goal Achievement Helper é uma extensão do Chrome desenvolvida por dmlsites, e sua principal característica é "An extension to keep your goals and possitive affirmations showing on your screen while you work or browse in order to implant them…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Subliminal Goal Achievement Helper

Baixe arquivos de extensão Subliminal Goal Achievement Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Subliminal Goal Achievement Helper Subliminal Goal Achievement Helper
ID bmnijnhhdhnghcopfiabobmaiolkibei
URL Oficial https://chromewebstore.google.com/detail/subliminal-goal-achieveme/bmnijnhhdhnghcopfiabobmaiolkibei
Descrição An extension to keep your goals and possitive affirmations showing on your screen while you work or browse in order to implant them…
Tamanho do Arquivo 448 KB
Contagem de Instalações 177
Versão Atual 1.0.2
Última Atualização 2014-02-07
Data de Publicação 2014-02-06
Classificação 2.38/5 Total de 13 Avaliações
Desenvolvedor dmlsites
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}