Affirmations

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

什麼是Affirmations?

Affirmations是由Martini開發的Chrome擴展程式,該擴展的主要功能是“Tool for subconscious programming. Add your own affirmations and let this tool transform your subconscious mind.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Affirmations擴展crx文件

下載Affirmations擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Affirmations Affirmations
ID ijiefdliddpfaajcbfemephdahipcpdl
官方網址 https://chromewebstore.google.com/detail/affirmations/ijiefdliddpfaajcbfemephdahipcpdl
簡介 Tool for subconscious programming. Add your own affirmations and let this tool transform your subconscious mind.
檔案大小 4.92 MB
安裝次數 141
目前版本 1.0.1
更新時間 2024-02-19
上架時間 2023-01-30
評分 5.00/5 共 7 次評分
開發者 Martini
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://m2ysi1s471s.typeform.com/to/KzBggopo
支援的語言 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"
    }
}