Live Bomb!
This extension notifies you when GiantBomb is live and you can also check the site schedule.
什么是Live Bomb!?
Live Bomb!是由livebomb开发的Chrome扩展程序,该扩展的主要功能是“This extension notifies you when GiantBomb is live and you can also check the site schedule.”。
扩展截图
下载Live Bomb!扩展crx文件
下载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!" } } |