Unofficial Notifier for Ludomedia

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

Vad är Unofficial Notifier for Ludomedia?

Unofficial Notifier for Ludomedia är en Chrome-tillägg utvecklad av https://www.redsquirrel87.com, och dess huvudfunktion är "A simple and lightweight unofficial extension to keep notifications from Ludomedia always just a click away".

Tilläggsskärmbilder

screenshot

Ladda ner Unofficial Notifier for Ludomedia-förlängningens CRX-fil

Ladda ner Unofficial Notifier for Ludomedia-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Unofficial Notifier for Ludomedia Unofficial Notifier for Ludomedia
ID ipgicjopjbjhfbngidllbipedoamffgc
Officiell webbadress https://chromewebstore.google.com/detail/unofficial-notifier-for-l/ipgicjopjbjhfbngidllbipedoamffgc
Beskrivning A simple and lightweight unofficial extension to keep notifications from Ludomedia always just a click away
Filstorlek 20.13 KB
Antal Installationer 9
Aktuell Version 8.0
Senast Uppdaterad 2018-07-29
Publiceringsdatum 2018-07-29
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare https://www.redsquirrel87.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.redsquirrel87.com/LudomediaNotifier.php
Stödda Språk 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"
}