Live Bomb!
This extension notifies you when GiantBomb is live and you can also check the site schedule.
Was ist Live Bomb!?
Live Bomb! ist eine Chrome-Erweiterung, die von livebomb entwickelt wurde, und ihr Hauptmerkmal ist "This extension notifies you when GiantBomb is live and you can also check the site schedule.".
Erweiterungsscreenshots
Live Bomb!-Erweiterungs-CRX-Datei herunterladen
Laden Sie Live Bomb!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Live Bomb! |
ID | foadpaalpoealldkplclbhbebjmpaild |
Offizielle URL | https://chromewebstore.google.com/detail/live-bomb/foadpaalpoealldkplclbhbebjmpaild |
Beschreibung | This extension notifies you when GiantBomb is live and you can also check the site schedule. |
Dateigröße | 1.46 MB |
Installationsanzahl | 469 |
Aktuelle Version | 1.2.21 |
Letztes Update | 2021-04-25 |
Veröffentlichungsdatum | 2017-03-24 |
Bewertung | 4.96/5 Insgesamt 48 Bewertungen |
Entwickler | livebomb |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/Chaser324/live-bomb |
Hilfeseite URL | https://github.com/Chaser324/live-bomb/issues?state=open |
URL der Datenschutzrichtlinien-Seite | https://raw.githubusercontent.com/Chaser324/live-bomb/master/privacy-policy.txt |
Unterstützte Sprachen | 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!" } } |