Unofficial Notifier for Ludomedia

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

Wat is Unofficial Notifier for Ludomedia?

Unofficial Notifier for Ludomedia is een Chrome-extensie ontwikkeld door https://www.redsquirrel87.com, en de belangrijkste functie is "A simple and lightweight unofficial extension to keep notifications from Ludomedia always just a click away".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Unofficial Notifier for Ludomedia

Download Unofficial Notifier for Ludomedia-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Unofficial Notifier for Ludomedia Unofficial Notifier for Ludomedia
ID ipgicjopjbjhfbngidllbipedoamffgc
Officiële URL https://chromewebstore.google.com/detail/unofficial-notifier-for-l/ipgicjopjbjhfbngidllbipedoamffgc
Beschrijving A simple and lightweight unofficial extension to keep notifications from Ludomedia always just a click away
Bestandsgrootte 20.13 KB
Aantal Installaties 9
Huidige Versie 8.0
Laatst Bijgewerkt 2018-07-29
Publicatiedatum 2018-07-29
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://www.redsquirrel87.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.redsquirrel87.com/LudomediaNotifier.php
Ondersteunde Talen 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"
}