Unofficial Notifier for Ludomedia

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

Hvad er Unofficial Notifier for Ludomedia?

Unofficial Notifier for Ludomedia er en Chrome-udvidelse udviklet af https://www.redsquirrel87.com, og dens hovedfunktion er "A simple and lightweight unofficial extension to keep notifications from Ludomedia always just a click away".

Udvidelsesskærmbilleder

screenshot

Download Unofficial Notifier for Ludomedia-udvidelses-CRX-fil

Download Unofficial Notifier for Ludomedia-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Unofficial Notifier for Ludomedia Unofficial Notifier for Ludomedia
ID ipgicjopjbjhfbngidllbipedoamffgc
Officiel URL https://chromewebstore.google.com/detail/unofficial-notifier-for-l/ipgicjopjbjhfbngidllbipedoamffgc
Beskrivelse A simple and lightweight unofficial extension to keep notifications from Ludomedia always just a click away
Filstørrelse 20.13 KB
Antal Installationer 9
Nuværende Version 8.0
Senest Opdateret 2018-07-29
Udgivelsesdato 2018-07-29
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler https://www.redsquirrel87.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://www.redsquirrel87.com/LudomediaNotifier.php
Understøttede Sprog 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"
}