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" } |