Unofficial Notifier for Ludomedia
A simple and lightweight unofficial extension to keep notifications from Ludomedia always just a click away
Apa itu Unofficial Notifier for Ludomedia?
Unofficial Notifier for Ludomedia adalah ekstensi Chrome yang dikembangkan oleh https://www.redsquirrel87.com, dan fitur utamanya adalah "A simple and lightweight unofficial extension to keep notifications from Ludomedia always just a click away".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Unofficial Notifier for Ludomedia
Unduh file ekstensi Unofficial Notifier for Ludomedia dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
A simple and lightweight unofficial extension to keep notifications from Ludomedia always just a click away.
Informasi Dasar Ekstensi
Nama | Unofficial Notifier for Ludomedia |
ID | ipgicjopjbjhfbngidllbipedoamffgc |
URL Resmi | https://chromewebstore.google.com/detail/unofficial-notifier-for-l/ipgicjopjbjhfbngidllbipedoamffgc |
Deskripsi | A simple and lightweight unofficial extension to keep notifications from Ludomedia always just a click away |
Ukuran File | 20.13 KB |
Jumlah Instalasi | 9 |
Versi Saat Ini | 8.0 |
Terakhir Diperbarui | 2018-07-29 |
Tanggal Publikasi | 2018-07-29 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | https://www.redsquirrel87.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.redsquirrel87.com/LudomediaNotifier.php |
Bahasa yang Didukung | 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" } |