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 |
官方網址 | 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!" } } |