Positive Subliminals Extra

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

Hvad er Positive Subliminals Extra?

Positive Subliminals Extra er en Chrome-udvidelse udviklet af gornidesign, og dens hovedfunktion er "Experience transformation while browsing, this extension displays uplifting messages, that go straight into your subconscious.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Positive Subliminals Extra-udvidelses-CRX-fil

Download Positive Subliminals Extra-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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?                    

Grundlæggende oplysninger om udvidelsen

Navn Positive Subliminals Extra Positive Subliminals Extra
ID hdbihhcabekecplllmgknmmgjleamafi
Officiel URL https://chromewebstore.google.com/detail/positive-subliminals-extr/hdbihhcabekecplllmgknmmgjleamafi
Beskrivelse Experience transformation while browsing, this extension displays uplifting messages, that go straight into your subconscious.
Filstørrelse 33.1 KB
Antal Installationer 73
Nuværende Version 2.2
Senest Opdateret 2023-08-17
Udgivelsesdato 2023-04-27
Bedømmelse 2.50/5 Samlet 2 Bedømmelser
Udvikler gornidesign
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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';"
    }
}