Positive Subliminals Extra

Experience transformation while browsing, this extension displays uplifting messages, that go straight into your subconscious.

What is Positive Subliminals Extra?

Positive Subliminals Extra is a Chrome extension developed by gornidesign, and its main feature is "Experience transformation while browsing, this extension displays uplifting messages, that go straight into your subconscious.".

Extension Screenshots

screenshot
screenshot

Download Positive Subliminals Extra Extension CRX File

Download Positive Subliminals Extra extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Experience positivity with our extension that displays uplifting messages while you browse. Choose from our existing categories or create your own affirmations. Need inspiration? ChatGPT can help. For best results, write each affirmation on a separate line and save your favorite phrases to easily access them again after any cache cleaning.” How does that sound?                    

Extension Basic Information

Name Positive Subliminals Extra Positive Subliminals Extra
ID hdbihhcabekecplllmgknmmgjleamafi
Official URL https://chromewebstore.google.com/detail/positive-subliminals-extr/hdbihhcabekecplllmgknmmgjleamafi
Description Experience transformation while browsing, this extension displays uplifting messages, that go straight into your subconscious.
File Size 33.1 KB
Installation Count 73
Current Version 2.2
Last Updated 2023-08-17
Publish Date 2023-04-27
Rating 2.50/5 Total 2 Ratings
Developer gornidesign
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Positive Subliminals Extra",
    "version": "2.2",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/api.openai.com\/*"
    ],
    "description": "Experience transformation while browsing, this extension displays uplifting messages, that go straight into your subconscious.",
    "icons": {
        "16": "Brain16.png",
        "48": "Brain48.png",
        "128": "Brain.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}