RealityGaming
Vos alertes et conversations en temps réel sur votre navigateur.
RealityGamingとは何ですか?
RealityGamingはFabienRGによって開発されたChromeの拡張機能で、その主な機能は「Vos alertes et conversations en temps réel sur votre navigateur.」です。
拡張機能のスクリーンショット
RealityGaming拡張機能のCRXファイルをダウンロード
RealityGaming拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
RealityGaming est une communauté francophone de libres discussions à propos des jeux-vidéo. Cette extension permet d'être tenu informé de vos alertes et conversations en temps réel sur votre navigateur Google Chrome, utile pour rester connecté avec les membres qui interagissent avec vous. Ensemble, vivons notre passion commune pour les jeux-vidéo !
拡張機能の基本情報
名前 | RealityGaming |
ID | nlppmadebochaeknopclinbdnjnjcddm |
公式URL | https://chromewebstore.google.com/detail/realitygaming/nlppmadebochaeknopclinbdnjnjcddm |
説明 | Vos alertes et conversations en temps réel sur votre navigateur. |
ファイルサイズ | 43.78 KB |
インストール数 | 40 |
現在のバージョン | 1.0.0 |
最終更新日 | 2014-04-20 |
公開日 | 2014-04-19 |
評価 | 4.50/5 合計 18 レビュー |
開発者 | FabienRG |
支払い方法 | free |
拡張機能のウェブサイト | http://realitygaming.fr/ |
ヘルプページのURL | http://realitygaming.fr/misc/contact |
対応言語 | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "jquery.min.js", "alerts.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/realitygaming.fr\/*", "https:\/\/realitygaming.fr\/*" ], "run_at": "document_idle" } ], "icons": { "128": "icon128.png", "48": "icon48.png" }, "description": "Vos alertes et conversations en temps r\u00e9el sur votre navigateur.", "manifest_version": 2, "name": "RealityGaming", "permissions": [ "http:\/\/realitygaming.fr\/", "https:\/\/realitygaming.fr\/", "activeTab", "tabs", "storage", "alarms", "notifications" ], "version": "1.0.0" } |