Affirmations

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

Affirmations क्या है?

Affirmations Martini द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tool for subconscious programming. Add your own affirmations and let this tool transform your subconscious mind."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Affirmations एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    }
}