Live Bomb!
This extension notifies you when GiantBomb is live and you can also check the site schedule.
Что такое Live Bomb!?
Live Bomb! - это расширение Chrome, разработанное livebomb, и его основная функция - "This extension notifies you when GiantBomb is live and you can also check the site schedule.".
Снимки экрана расширения
Скачать файл CRX расширения Live Bomb!
Скачайте файлы расширений Live Bomb! в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Never miss another Giant Bomb live video and stay up to date with their schedule! This extension provides easy access to a list of scheduled upcoming events along with providing a notification when a live stream begins. Configuration options allow you to alter notification settings including audio notification sound and volume. Основная информация о расширении
| Название | |
| ID | foadpaalpoealldkplclbhbebjmpaild |
| Официальный URL | https://chromewebstore.google.com/detail/live-bomb/foadpaalpoealldkplclbhbebjmpaild |
| Описание | This extension notifies you when GiantBomb is live and you can also check the site schedule. |
| Размер файла | 1.46 MB |
| Количество установок | 469 |
| Текущая Версия | 1.2.21 |
| Последнее Обновление | 2021-04-25 |
| Дата публикации | 2017-03-24 |
| Рейтинг | 4.96/5 Всего 48 оценок |
| Разработчик | livebomb |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/Chaser324/live-bomb |
| URL страницы помощи | https://github.com/Chaser324/live-bomb/issues?state=open |
| URL страницы политики конфиденциальности | https://raw.githubusercontent.com/Chaser324/live-bomb/master/privacy-policy.txt |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Live Bomb!",
"description": "This extension notifies you when GiantBomb is live and you can also check the site schedule.",
"version": "1.2.21",
"permissions": [
"background",
"notifications"
],
"icons": {
"16": "images\/livebomb16.png",
"48": "images\/livebomb48.png",
"128": "images\/livebomb128.png"
},
"author": "Andr\u00e9 Milani",
"short_name": "Livebomb",
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; img-src *; object-src 'self'",
"background": {
"scripts": [
"js\/common.min.js",
"js\/background.min.js"
],
"persistent": true
},
"browser_action": {
"default_icon": {
"19": "images\/livebomb19.png",
"38": "images\/livebomb38.png"
},
"default_popup": "popup.html",
"default_title": "Live Bomb!"
}
} | |