Unofficial Notifier for Ludomedia

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

Qu'est-ce que Unofficial Notifier for Ludomedia ?

Unofficial Notifier for Ludomedia est une extension Chrome développée par https://www.redsquirrel87.com, et sa fonction principale est "A simple and lightweight unofficial extension to keep notifications from Ludomedia always just a click away".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Unofficial Notifier for Ludomedia

Téléchargez les fichiers d'extension Unofficial Notifier for Ludomedia au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Unofficial Notifier for Ludomedia Unofficial Notifier for Ludomedia
ID ipgicjopjbjhfbngidllbipedoamffgc
URL Officiel 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
Taille du Fichier 20.13 KB
Nombre d'Installations 9
Version Actuelle 8.0
Dernière Mise à Jour 2018-07-29
Date de Publication 2018-07-29
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://www.redsquirrel87.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.redsquirrel87.com/LudomediaNotifier.php
Langues Prises en Charge 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"
}