Magic 8 Ball
This extension lets you make decisions on the fly with the help of a magic 8 ball!!!
Что такое Magic 8 Ball?
Magic 8 Ball - это расширение Chrome, разработанное steveurkel99, и его основная функция - "This extension lets you make decisions on the fly with the help of a magic 8 ball!!!".
Снимки экрана расширения
Скачать файл CRX расширения Magic 8 Ball
Скачайте файлы расширений Magic 8 Ball в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                                             Основная информация о расширении
| Название |   |  
| ID | iiimmlpodmdnekgbagaoapadcajjgibb | 
| Официальный URL | https://chromewebstore.google.com/detail/magic-8-ball/iiimmlpodmdnekgbagaoapadcajjgibb | 
| Описание | This extension lets you make decisions on the fly with the help of a magic 8 ball!!! | 
| Размер файла | 12.56 KB | 
| Количество установок | 400 | 
| Текущая Версия | 1.0 | 
| Последнее Обновление | 2017-06-04 | 
| Дата публикации | 2017-06-03 | 
| Рейтинг | 4.25/5 Всего 4 оценок | 
| Разработчик | steveurkel99 | 
| Тип оплаты | free | 
| Поддерживаемые языки | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Magic 8 Ball",
    "description": "This extension lets you make decisions on the fly with the help of a magic 8 ball!!!",
    "version": "1.0",
    "browser_action": {
        "default_icon": "8BallIcon.png",
        "default_popup": "8BallPopup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}  |  |