Unofficial Notifier for Ludomedia
A simple and lightweight unofficial extension to keep notifications from Ludomedia always just a click away
Unofficial Notifier for Ludomediaとは何ですか?
Unofficial Notifier for Ludomediaはhttps://www.redsquirrel87.comによって開発されたChromeの拡張機能で、その主な機能は「A simple and lightweight unofficial extension to keep notifications from Ludomedia always just a click away」です。
拡張機能のスクリーンショット
Unofficial Notifier for Ludomedia拡張機能のCRXファイルをダウンロード
Unofficial Notifier for Ludomedia拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        A simple and lightweight unofficial extension to keep notifications from Ludomedia always just a click away.                     拡張機能の基本情報
| 名前 |   |  
| ID | ipgicjopjbjhfbngidllbipedoamffgc | 
| 公式URL | https://chromewebstore.google.com/detail/unofficial-notifier-for-l/ipgicjopjbjhfbngidllbipedoamffgc | 
| 説明 | A simple and lightweight unofficial extension to keep notifications from Ludomedia always just a click away | 
| ファイルサイズ | 20.13 KB | 
| インストール数 | 9 | 
| 現在のバージョン | 8.0 | 
| 最終更新日 | 2018-07-29 | 
| 公開日 | 2018-07-29 | 
| 評価 | 5.00/5 合計 3 レビュー | 
| 開発者 | https://www.redsquirrel87.com | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | http://www.redsquirrel87.com/LudomediaNotifier.php | 
| 対応言語 | 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"
}  |  |