Live Bomb!
This extension notifies you when GiantBomb is live and you can also check the site schedule.
Co je Live Bomb!?
Live Bomb! je rozšíření Chrome vyvinuté livebomb, a jeho hlavní funkcí je „This extension notifies you when GiantBomb is live and you can also check the site schedule.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Live Bomb!
Stáhněte si soubory rozšíření Live Bomb! ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Live Bomb! |
ID | foadpaalpoealldkplclbhbebjmpaild |
Oficiální URL | https://chromewebstore.google.com/detail/live-bomb/foadpaalpoealldkplclbhbebjmpaild |
Popis | This extension notifies you when GiantBomb is live and you can also check the site schedule. |
Velikost souboru | 1.46 MB |
Počet instalací | 469 |
Aktuální Verze | 1.2.21 |
Poslední Aktualizace | 2021-04-25 |
Datum Vydání | 2017-03-24 |
Hodnocení | 4.96/5 Celkem 48 Hodnocení |
Vývojář | livebomb |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/Chaser324/live-bomb |
URL Stránky Nápovědy | https://github.com/Chaser324/live-bomb/issues?state=open |
URL Stránky Zásad Ochrany Soukromí | https://raw.githubusercontent.com/Chaser324/live-bomb/master/privacy-policy.txt |
Podporované Jazyky | 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!" } } |