Live Bomb!

This extension notifies you when GiantBomb is live and you can also check the site schedule.

Live Bomb!คืออะไร?

Live Bomb! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย livebomb และคุณลักษณะหลักของมันคือ "This extension notifies you when GiantBomb is live and you can also check the site schedule."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Live Bomb!

ดาวน์โหลดไฟล์ส่วนขยาย 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! 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!"
    }
}