Live Bomb!

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

Live Bomb! क्या है?

Live Bomb! livebomb द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension notifies you when GiantBomb is live and you can also check the site schedule."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Live Bomb! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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!"
    }
}