Bubble Crush Game

Play the bubble crush game and challenge with your friends.

Что такое Bubble Crush Game?

Bubble Crush Game - это расширение Chrome, разработанное marilinettee, и его основная функция - "Play the bubble crush game and challenge with your friends.".

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

screenshot
screenshot

Скачать файл CRX расширения Bubble Crush Game

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

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

                        Bubble Crush game
Bubble Crush is a most exciting connect bubbles game.Swipe you mouse to connect bubbles with the same color, you have 60 seconds to crush bubble
Smash bubbles of the same color. Smash big groups and score a lot of points!
This game's rules are simple. First you need to think strategically. You need to predict the best play to gather the most bubbles of the same color.                    

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

Название Bubble Crush Game Bubble Crush Game
ID kogjiplnhndomljofcljepfohpalobpp
Официальный URL https://chromewebstore.google.com/detail/bubble-crush-game/kogjiplnhndomljofcljepfohpalobpp
Описание Play the bubble crush game and challenge with your friends.
Размер файла 79.47 KB
Количество установок 22
Текущая Версия 0.0.1
Последнее Обновление 2018-03-04
Дата публикации 2018-03-04
Рейтинг 5.00/5 Всего 2 оценок
Разработчик marilinettee
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bubble Crush Game",
    "description": "Play the bubble crush game and challenge with your friends.",
    "short_name": "Bubble Crush Games",
    "version": "0.0.1",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.PNG",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon.PNG",
        "48": "icon.PNG",
        "128": "icon.PNG"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}