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."입니다.

확장 프로그램 스크린샷

screenshot

Live Bomb! 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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! 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!"
    }
}