Unofficial Notifier for Ludomedia

A simple and lightweight unofficial extension to keep notifications from Ludomedia always just a click away

What is Unofficial Notifier for Ludomedia?

Unofficial Notifier for Ludomedia is a Chrome extension developed by https://www.redsquirrel87.com, and its main feature is "A simple and lightweight unofficial extension to keep notifications from Ludomedia always just a click away".

Extension Screenshots

screenshot

Download Unofficial Notifier for Ludomedia Extension CRX File

Download Unofficial Notifier for Ludomedia extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A simple and lightweight unofficial extension to keep notifications from Ludomedia always just a click away.                    

Extension Basic Information

Name Unofficial Notifier for Ludomedia Unofficial Notifier for Ludomedia
ID ipgicjopjbjhfbngidllbipedoamffgc
Official URL https://chromewebstore.google.com/detail/unofficial-notifier-for-l/ipgicjopjbjhfbngidllbipedoamffgc
Description A simple and lightweight unofficial extension to keep notifications from Ludomedia always just a click away
File Size 20.13 KB
Installation Count 9
Current Version 8.0
Last Updated 2018-07-29
Publish Date 2018-07-29
Rating 5.00/5 Total 3 Ratings
Developer https://www.redsquirrel87.com
Email [email protected]
Payment Type free
Extension Website http://www.redsquirrel87.com/LudomediaNotifier.php
Supported Languages 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"
}