Unofficial Notifier for Ludomedia
A simple and lightweight unofficial extension to keep notifications from Ludomedia always just a click away
ما هو Unofficial Notifier for Ludomedia؟
Unofficial Notifier for Ludomedia هو إضافة Chrome تم تطويرها بواسطة https://www.redsquirrel87.com، والميزة الرئيسية لها هي "A simple and lightweight unofficial extension to keep notifications from Ludomedia always just a click away".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Unofficial Notifier for Ludomedia
قم بتنزيل ملفات الامتداد Unofficial Notifier for Ludomedia بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A simple and lightweight unofficial extension to keep notifications from Ludomedia always just a click away.
معلومات أساسية عن التمديد
الاسم | Unofficial Notifier for Ludomedia |
ID | ipgicjopjbjhfbngidllbipedoamffgc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/unofficial-notifier-for-l/ipgicjopjbjhfbngidllbipedoamffgc |
الوصف | A simple and lightweight unofficial extension to keep notifications from Ludomedia always just a click away |
حجم الملف | 20.13 KB |
عدد التثبيتات | 9 |
النسخة الحالية | 8.0 |
آخر تحديث | 2018-07-29 |
تاريخ النشر | 2018-07-29 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | https://www.redsquirrel87.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.redsquirrel87.com/LudomediaNotifier.php |
اللغات المدعومة | en,it |
manifest.json | |
{ "author": "Red Squirrel", "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": "not_logged.png", "default_title": "__MSG_click_to_get_token__" }, "default_locale": "en", "description": "__MSG_description__", "homepage_url": "http:\/\/www.redsquirrel87.com\/LudomediaNotifier.php", "icons": { "128": "icon.png" }, "manifest_version": 2, "minimum_chrome_version": "34", "name": "__MSG_name__", "permissions": [ "alarms", "tabs", "webRequest", "*:\/\/*.ludomedia.it\/", "storage" ], "short_name": "__MSG_name__", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "8.0" } |