RealityGaming

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

Что такое RealityGaming?

RealityGaming - это расширение Chrome, разработанное FabienRG, и его основная функция - "Vos alertes et conversations en temps réel sur votre navigateur.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения RealityGaming

Скачайте файлы расширений 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 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"
}