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 |
Eメール | [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!" } } |