RealityGaming

Vos alertes et conversations en temps réel sur votre navigateur.

Co to jest RealityGaming?

RealityGaming to rozszerzenie Chrome opracowane przez FabienRG, a jego główną funkcją jest „Vos alertes et conversations en temps réel sur votre navigateur.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia RealityGaming

Pobierz pliki rozszerzeń RealityGaming w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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 !                    

Podstawowe informacje o rozszerzeniu

Nazwa RealityGaming RealityGaming
ID nlppmadebochaeknopclinbdnjnjcddm
Oficjalny URL https://chromewebstore.google.com/detail/realitygaming/nlppmadebochaeknopclinbdnjnjcddm
Opis Vos alertes et conversations en temps réel sur votre navigateur.
Rozmiar pliku 43.78 KB
Liczba instalacji 40
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2014-04-20
Data Publikacji 2014-04-19
Ocena 4.50/5 Łącznie 18 Oceny
Deweloper FabienRG
Typ Płatności free
Strona Rozszerzenia http://realitygaming.fr/
Adres URL Strony Pomocy http://realitygaming.fr/misc/contact
Obsługiwane Języki 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"
}