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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Live Bomb!
قم بتنزيل ملفات الامتداد Live Bomb! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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! |
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 |
عنوان صفحة المساعدة | https://github.com/Chaser324/live-bomb/issues?state=open |
عنوان صفحة سياسة الخصوصية | 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!" } } |