Live Bomb!
This extension notifies you when GiantBomb is live and you can also check the site schedule.
Co to jest Live Bomb!?
Live Bomb! to rozszerzenie Chrome opracowane przez livebomb, a jego główną funkcją jest „This extension notifies you when GiantBomb is live and you can also check the site schedule.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Live Bomb!
Pobierz pliki rozszerzeń Live Bomb! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Live Bomb! |
ID | foadpaalpoealldkplclbhbebjmpaild |
Oficjalny URL | https://chromewebstore.google.com/detail/live-bomb/foadpaalpoealldkplclbhbebjmpaild |
Opis | This extension notifies you when GiantBomb is live and you can also check the site schedule. |
Rozmiar pliku | 1.46 MB |
Liczba instalacji | 469 |
Aktualna Wersja | 1.2.21 |
Ostatnia Aktualizacja | 2021-04-25 |
Data Publikacji | 2017-03-24 |
Ocena | 4.96/5 Łącznie 48 Oceny |
Deweloper | livebomb |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/Chaser324/live-bomb |
Adres URL Strony Pomocy | https://github.com/Chaser324/live-bomb/issues?state=open |
Adres URL Strony Polityki Prywatności | https://raw.githubusercontent.com/Chaser324/live-bomb/master/privacy-policy.txt |
Obsługiwane Języki | 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!" } } |