Positive Subliminals Extra

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

Что такое Positive Subliminals Extra?

Positive Subliminals Extra - это расширение Chrome, разработанное gornidesign, и его основная функция - "Experience transformation while browsing, this extension displays uplifting messages, that go straight into your subconscious.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Positive Subliminals Extra

Скачайте файлы расширений Positive Subliminals Extra в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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?                    

Основная информация о расширении

Название Positive Subliminals Extra Positive Subliminals Extra
ID hdbihhcabekecplllmgknmmgjleamafi
Официальный URL https://chromewebstore.google.com/detail/positive-subliminals-extr/hdbihhcabekecplllmgknmmgjleamafi
Описание Experience transformation while browsing, this extension displays uplifting messages, that go straight into your subconscious.
Размер файла 33.1 KB
Количество установок 73
Текущая Версия 2.2
Последнее Обновление 2023-08-17
Дата публикации 2023-04-27
Рейтинг 2.50/5 Всего 2 оценок
Разработчик gornidesign
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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';"
    }
}