Live Bomb!
This extension notifies you when GiantBomb is live and you can also check the site schedule.
Live Bomb! là gì?
Live Bomb! là một tiện ích mở rộng Chrome được phát triển bởi livebomb, và tính năng chính của nó là "This extension notifies you when GiantBomb is live and you can also check the site schedule.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Live Bomb!
Tải xuống các tệp mở rộng Live Bomb! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Live Bomb! |
ID | foadpaalpoealldkplclbhbebjmpaild |
URL Chính Thức | https://chromewebstore.google.com/detail/live-bomb/foadpaalpoealldkplclbhbebjmpaild |
Mô tả | This extension notifies you when GiantBomb is live and you can also check the site schedule. |
Kích Thước Tệp | 1.46 MB |
Số Lần Cài Đặt | 469 |
Phiên Bản Hiện Tại | 1.2.21 |
Cập Nhật Lần Cuối | 2021-04-25 |
Ngày Phát Hành | 2017-03-24 |
Đánh Giá | 4.96/5 Tổng số 48 Đánh Giá |
Nhà Phát Triển | livebomb |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Chaser324/live-bomb |
URL Trang Trợ Giúp | https://github.com/Chaser324/live-bomb/issues?state=open |
URL Trang Chính Sách Bảo Mật | https://raw.githubusercontent.com/Chaser324/live-bomb/master/privacy-policy.txt |
Ngôn Ngữ Được Hỗ Trợ | 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!" } } |