LevelDown Notifier
Ne manquer plus aucun live sur LevelDown !
LevelDown Notifierとは何ですか?
LevelDown NotifierはCraZyHosTeRによって開発されたChromeの拡張機能で、その主な機能は「Ne manquer plus aucun live sur LevelDown ! 」です。
拡張機能のスクリーンショット
LevelDown Notifier拡張機能のCRXファイルをダウンロード
LevelDown Notifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | pjeiejcfhapgckhkgiecbegdiodjjmka |
公式URL | https://chrome.google.com/webstore/detail/leveldown-notifier/pjeiejcfhapgckhkgiecbegdiodjjmka |
説明 | Ne manquer plus aucun live sur LevelDown ! |
ファイルサイズ | 1.06 MB |
インストール数 | 67 |
現在のバージョン | 2.0.1 |
最終更新日 | 2016-01-08 |
公開日 | 2016-01-08 |
評価 | 4.67/5 合計 30 レビュー |
開発者 | CraZyHosTeR |
支払い方法 | free |
対応言語 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LevelDown Notifier", "manifest_version": 2, "version": "2.0.1", "description": "Ne manquer plus aucun live sur LevelDown ! ", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": "icone.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/leveldown.fr\/*" ], "js": [ "jquery.js", "background.js" ] } ], "permissions": [ "notifications", "tabs" ] } |