Live Bomb!
This extension notifies you when GiantBomb is live and you can also check the site schedule.
Vad är Live Bomb!?
Live Bomb! är en Chrome-tillägg utvecklad av livebomb, och dess huvudfunktion är "This extension notifies you when GiantBomb is live and you can also check the site schedule.".
Tilläggsskärmbilder
Ladda ner Live Bomb!-förlängningens CRX-fil
Ladda ner Live Bomb!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | foadpaalpoealldkplclbhbebjmpaild |
| Officiell webbadress | https://chromewebstore.google.com/detail/live-bomb/foadpaalpoealldkplclbhbebjmpaild |
| Beskrivning | This extension notifies you when GiantBomb is live and you can also check the site schedule. |
| Filstorlek | 1.46 MB |
| Antal Installationer | 469 |
| Aktuell Version | 1.2.21 |
| Senast Uppdaterad | 2021-04-25 |
| Publiceringsdatum | 2017-03-24 |
| Betyg | 4.96/5 Totalt 48 Betyg |
| Utvecklare | livebomb |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/Chaser324/live-bomb |
| Hjälpsida URL | https://github.com/Chaser324/live-bomb/issues?state=open |
| URL till Sekretesspolicy Sidan | https://raw.githubusercontent.com/Chaser324/live-bomb/master/privacy-policy.txt |
| Stödda Språk | 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!"
}
} | |