Live Bomb!

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

Apa itu Live Bomb!?

Live Bomb! adalah ekstensi Chrome yang dikembangkan oleh livebomb, dan fitur utamanya adalah "This extension notifies you when GiantBomb is live and you can also check the site schedule.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Live Bomb!

Unduh file ekstensi Live Bomb! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Live Bomb! Live Bomb!
ID foadpaalpoealldkplclbhbebjmpaild
URL Resmi https://chromewebstore.google.com/detail/live-bomb/foadpaalpoealldkplclbhbebjmpaild
Deskripsi This extension notifies you when GiantBomb is live and you can also check the site schedule.
Ukuran File 1.46 MB
Jumlah Instalasi 469
Versi Saat Ini 1.2.21
Terakhir Diperbarui 2021-04-25
Tanggal Publikasi 2017-03-24
Penilaian 4.96/5 Total 48 Penilaian
Pengembang livebomb
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/Chaser324/live-bomb
URL Halaman Bantuan https://github.com/Chaser324/live-bomb/issues?state=open
URL Halaman Kebijakan Privasi https://raw.githubusercontent.com/Chaser324/live-bomb/master/privacy-policy.txt
Bahasa yang Didukung 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!"
    }
}