Live Bomb!
This extension notifies you when GiantBomb is live and you can also check the site schedule.
Τι είναι το Live Bomb!;
Το Live Bomb! είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον livebomb, και η κύρια λειτουργία του είναι "This extension notifies you when GiantBomb is live and you can also check the site schedule.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Live Bomb!
Λήψη αρχείων επέκτασης Live Bomb! σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Live Bomb! |
ID | foadpaalpoealldkplclbhbebjmpaild |
Επίσημο URL | https://chromewebstore.google.com/detail/live-bomb/foadpaalpoealldkplclbhbebjmpaild |
Περιγραφή | This extension notifies you when GiantBomb is live and you can also check the site schedule. |
Μέγεθος Αρχείου | 1.46 MB |
Αριθμός Εγκαταστάσεων | 469 |
Τρέχουσα Έκδοση | 1.2.21 |
Τελευταία Ενημέρωση | 2021-04-25 |
Ημερομηνία Δημοσίευσης | 2017-03-24 |
Αξιολόγηση | 4.96/5 Συνολικά 48 Αξιολογήσεις |
Προγραμματιστής | livebomb |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/Chaser324/live-bomb |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/Chaser324/live-bomb/issues?state=open |
URL της Σελίδας Πολιτικής Απορρήτου | https://raw.githubusercontent.com/Chaser324/live-bomb/master/privacy-policy.txt |
Υποστηριζόμενες Γλώσσες | 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!" } } |