Affirmations

Tool for subconscious programming. Add your own affirmations and let this tool transform your subconscious mind.

O que é Affirmations?

Affirmations é uma extensão do Chrome desenvolvida por Martini, e sua principal característica é "Tool for subconscious programming. Add your own affirmations and let this tool transform your subconscious mind.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Affirmations

Baixe arquivos de extensão Affirmations 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

                        Unleash the power of positive affirmations and transform your life with the Affirmations extension. This innovative tool seamlessly integrates custom affirmations into your daily browsing experience, programming your subconscious mind with uplifting and empowering affirmations of your choosing.

Say goodbye to negative thoughts and hello to a happier, more fulfilling life. Designed to boost self-confidence, improve your outlook on life, and provide daily motivation and inspiration, our extension is the perfect way to bring positivity into your daily routine.

Take control of your thoughts and transform your life. Download now and experience the power of affirmations!

Perfect for people that want to manifest, transform and align with their highest self. 

🔥 Features:
- Add/Remove custom affirmations
- Invisible mode, will refresh all tabs to hide your affirmations.
- Mass transformation of self, mind, body, soul and life 

🙏 Thank you Manifestation Babe Academy for introducing me to life long transformation!                    

Informações Básicas da Extensão

Nome Affirmations Affirmations
ID ijiefdliddpfaajcbfemephdahipcpdl
URL Oficial https://chromewebstore.google.com/detail/affirmations/ijiefdliddpfaajcbfemephdahipcpdl
Descrição Tool for subconscious programming. Add your own affirmations and let this tool transform your subconscious mind.
Tamanho do Arquivo 4.92 MB
Contagem de Instalações 141
Versão Atual 1.0.1
Última Atualização 2024-02-19
Data de Publicação 2023-01-30
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor Martini
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://m2ysi1s471s.typeform.com/to/KzBggopo
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Affirmations",
    "version": "1.0.1",
    "manifest_version": 3,
    "description": "Tool for subconscious programming. Add your own affirmations and let this tool transform your subconscious mind.",
    "author": "Martini",
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "images\/logos\/favicon16.png",
            "32": "images\/logos\/favicon32.png",
            "48": "images\/logos\/icon48.png",
            "128": "images\/logos\/icon128.png"
        }
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "\/fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "images\/logos\/favicon16.png",
        "32": "images\/logos\/favicon32.png",
        "48": "images\/logos\/icon48.png",
        "128": "images\/logos\/icon128.png"
    }
}