Live Bomb!
This extension notifies you when GiantBomb is live and you can also check the site schedule.
Hvad er Live Bomb!?
Live Bomb! er en Chrome-udvidelse udviklet af livebomb, og dens hovedfunktion er "This extension notifies you when GiantBomb is live and you can also check the site schedule.".
Udvidelsesskærmbilleder
Download Live Bomb!-udvidelses-CRX-fil
Download Live Bomb!-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | foadpaalpoealldkplclbhbebjmpaild |
| Officiel URL | https://chromewebstore.google.com/detail/live-bomb/foadpaalpoealldkplclbhbebjmpaild |
| Beskrivelse | This extension notifies you when GiantBomb is live and you can also check the site schedule. |
| Filstørrelse | 1.46 MB |
| Antal Installationer | 469 |
| Nuværende Version | 1.2.21 |
| Senest Opdateret | 2021-04-25 |
| Udgivelsesdato | 2017-03-24 |
| Bedømmelse | 4.96/5 Samlet 48 Bedømmelser |
| Udvikler | livebomb |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/Chaser324/live-bomb |
| Hjælpeside-URL | https://github.com/Chaser324/live-bomb/issues?state=open |
| URL til Fortrolighedspolitik Side | https://raw.githubusercontent.com/Chaser324/live-bomb/master/privacy-policy.txt |
| Understøttede Sprog | 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!"
}
} | |