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 |
官方網址 | 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" } |