Live Bomb!
This extension notifies you when GiantBomb is live and you can also check the site schedule.
¿Qué es Live Bomb!?
Live Bomb! es una extensión de Chrome desarrollada por livebomb, y su función principal es "This extension notifies you when GiantBomb is live and you can also check the site schedule.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Live Bomb!
Descarga archivos de extensión Live Bomb! en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Live Bomb! |
ID | foadpaalpoealldkplclbhbebjmpaild |
URL Oficial | https://chromewebstore.google.com/detail/live-bomb/foadpaalpoealldkplclbhbebjmpaild |
Descripción | This extension notifies you when GiantBomb is live and you can also check the site schedule. |
Tamaño del Archivo | 1.46 MB |
Cantidad de Instalaciones | 469 |
Versión Actual | 1.2.21 |
Última Actualización | 2021-04-25 |
Fecha de Publicación | 2017-03-24 |
Calificación | 4.96/5 Total de 48 Calificaciones |
Desarrollador | livebomb |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/Chaser324/live-bomb |
URL de la Página de Ayuda | https://github.com/Chaser324/live-bomb/issues?state=open |
URL de la Página de Política de Privacidad | https://raw.githubusercontent.com/Chaser324/live-bomb/master/privacy-policy.txt |
Idiomas Soportados | 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!" } } |