Live Bomb!
This extension notifies you when GiantBomb is live and you can also check the site schedule.
Qu'est-ce que Live Bomb! ?
Live Bomb! est une extension Chrome développée par livebomb, et sa fonction principale est "This extension notifies you when GiantBomb is live and you can also check the site schedule.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Live Bomb!
Téléchargez les fichiers d'extension Live Bomb! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Live Bomb! |
ID | foadpaalpoealldkplclbhbebjmpaild |
URL Officiel | https://chromewebstore.google.com/detail/live-bomb/foadpaalpoealldkplclbhbebjmpaild |
Description | This extension notifies you when GiantBomb is live and you can also check the site schedule. |
Taille du Fichier | 1.46 MB |
Nombre d'Installations | 469 |
Version Actuelle | 1.2.21 |
Dernière Mise à Jour | 2021-04-25 |
Date de Publication | 2017-03-24 |
Évaluation | 4.96/5 Total 48 Évaluations |
Développeur | livebomb |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Chaser324/live-bomb |
URL de la Page d'Aide | https://github.com/Chaser324/live-bomb/issues?state=open |
URL de la Page de Politique de Confidentialité | https://raw.githubusercontent.com/Chaser324/live-bomb/master/privacy-policy.txt |
Langues Prises en Charge | 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!" } } |