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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

RealityGaming 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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