Unofficial Notifier for Ludomedia
A simple and lightweight unofficial extension to keep notifications from Ludomedia always just a click away
Was ist Unofficial Notifier for Ludomedia?
Unofficial Notifier for Ludomedia ist eine Chrome-Erweiterung, die von https://www.redsquirrel87.com entwickelt wurde, und ihr Hauptmerkmal ist "A simple and lightweight unofficial extension to keep notifications from Ludomedia always just a click away".
Erweiterungsscreenshots
Unofficial Notifier for Ludomedia-Erweiterungs-CRX-Datei herunterladen
Laden Sie Unofficial Notifier for Ludomedia-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A simple and lightweight unofficial extension to keep notifications from Ludomedia always just a click away.
Grundlegende Informationen zur Erweiterung
Name | Unofficial Notifier for Ludomedia |
ID | ipgicjopjbjhfbngidllbipedoamffgc |
Offizielle URL | https://chromewebstore.google.com/detail/unofficial-notifier-for-l/ipgicjopjbjhfbngidllbipedoamffgc |
Beschreibung | A simple and lightweight unofficial extension to keep notifications from Ludomedia always just a click away |
Dateigröße | 20.13 KB |
Installationsanzahl | 9 |
Aktuelle Version | 8.0 |
Letztes Update | 2018-07-29 |
Veröffentlichungsdatum | 2018-07-29 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | https://www.redsquirrel87.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.redsquirrel87.com/LudomediaNotifier.php |
Unterstützte Sprachen | 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" } |