Live Bomb!
This extension notifies you when GiantBomb is live and you can also check the site schedule.
O que é Live Bomb!?
Live Bomb! é uma extensão do Chrome desenvolvida por livebomb, e sua principal característica é "This extension notifies you when GiantBomb is live and you can also check the site schedule.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Live Bomb!
Baixe arquivos de extensão Live Bomb! no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Live Bomb! |
ID | foadpaalpoealldkplclbhbebjmpaild |
URL Oficial | https://chromewebstore.google.com/detail/live-bomb/foadpaalpoealldkplclbhbebjmpaild |
Descrição | This extension notifies you when GiantBomb is live and you can also check the site schedule. |
Tamanho do Arquivo | 1.46 MB |
Contagem de Instalações | 469 |
Versão Atual | 1.2.21 |
Última Atualização | 2021-04-25 |
Data de Publicação | 2017-03-24 |
Classificação | 4.96/5 Total de 48 Avaliações |
Desenvolvedor | livebomb |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/Chaser324/live-bomb |
URL da Página de Ajuda | https://github.com/Chaser324/live-bomb/issues?state=open |
URL da Página de Política de Privacidade | https://raw.githubusercontent.com/Chaser324/live-bomb/master/privacy-policy.txt |
Idiomas Suportados | 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!" } } |