Live Bomb!
This extension notifies you when GiantBomb is live and you can also check the site schedule.
Cos'è Live Bomb!?
Live Bomb! è un'estensione di Chrome sviluppata da livebomb, e la sua funzione principale è "This extension notifies you when GiantBomb is live and you can also check the site schedule.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Live Bomb!
Scarica i file di estensione Live Bomb! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Live Bomb! |
ID | foadpaalpoealldkplclbhbebjmpaild |
URL Ufficiale | https://chromewebstore.google.com/detail/live-bomb/foadpaalpoealldkplclbhbebjmpaild |
Descrizione | This extension notifies you when GiantBomb is live and you can also check the site schedule. |
Dimensione del File | 1.46 MB |
Conteggio Installazioni | 469 |
Versione Corrente | 1.2.21 |
Ultimo Aggiornamento | 2021-04-25 |
Data di Pubblicazione | 2017-03-24 |
Valutazione | 4.96/5 Totale 48 Valutazioni |
Sviluppatore | livebomb |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/Chaser324/live-bomb |
URL della Pagina di Aiuto | https://github.com/Chaser324/live-bomb/issues?state=open |
URL della Pagina della Politica sulla Privacy | https://raw.githubusercontent.com/Chaser324/live-bomb/master/privacy-policy.txt |
Lingue Supportate | 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!" } } |