RealityGaming

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

Co je RealityGaming?

RealityGaming je rozšíření Chrome vyvinuté FabienRG, a jeho hlavní funkcí je „Vos alertes et conversations en temps réel sur votre navigateur.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření RealityGaming

Stáhněte si soubory rozšíření RealityGaming ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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 !                    

Základní Informace o Rozšíření

Název RealityGaming RealityGaming
ID nlppmadebochaeknopclinbdnjnjcddm
Oficiální URL https://chromewebstore.google.com/detail/realitygaming/nlppmadebochaeknopclinbdnjnjcddm
Popis Vos alertes et conversations en temps réel sur votre navigateur.
Velikost souboru 43.78 KB
Počet instalací 40
Aktuální Verze 1.0.0
Poslední Aktualizace 2014-04-20
Datum Vydání 2014-04-19
Hodnocení 4.50/5 Celkem 18 Hodnocení
Vývojář FabienRG
Typ Platby free
Webové stránky Rozšíření http://realitygaming.fr/
URL Stránky Nápovědy http://realitygaming.fr/misc/contact
Podporované Jazyky 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"
}