Blip Builder Addictions

Add new features to Blip Builder

Что такое Blip Builder Addictions?

Blip Builder Addictions - это расширение Chrome, разработанное ceifa, и его основная функция - "Add new features to Blip Builder".

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

screenshot

Скачать файл CRX расширения Blip Builder Addictions

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

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

                        Esta extensão permite que os plugins da White Wall para o builder funcionem corretamente. Com ela instalada, você pode aproveitar todas as funcionalidades e benefícios dos plugins desenvolvidos pela White Wall, sem problemas de compatibilidade ou erros. Aumente a eficiência e produtividade no uso dos seus plugins com esta extensão.                    

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

Название Blip Builder Addictions Blip Builder Addictions
ID nfdmafhaljeeonfglijopeoicnnpgleb
Официальный URL https://chromewebstore.google.com/detail/blip-builder-addictions/nfdmafhaljeeonfglijopeoicnnpgleb
Описание Add new features to Blip Builder
Размер файла 340 KB
Количество установок 699
Текущая Версия 3.0.26
Последнее Обновление 2024-01-23
Дата публикации 2019-08-02
Рейтинг 4.33/5 Всего 6 оценок
Разработчик ceifa
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.freeprivacypolicy.com/live/654d7c06-96a8-48b8-b523-522a546877ba
Поддерживаемые языки pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blip Builder Addictions",
    "version": "3.0.26",
    "manifest_version": 3,
    "description": "Add new features to Blip Builder",
    "icons": {
        "128": ".\/manifest\/icon-128px.png"
    },
    "action": {
        "default_popup": ".\/popup.html",
        "default_icon": ".\/manifest\/icon-128px.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.blip.ai\/*"
            ],
            "js": [
                ".\/blip-builder.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/inject.css",
                "assets\/CascadiaMono.ttf",
                "inject.js"
            ],
            "matches": [
                "*:\/\/*.blip.ai\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.blip.ai\/*"
    ]
}