Hit It Rich! Beacon

Play Hit It Rich! from Hit It Rich! Beacon and win awesome rewards!

Что такое Hit It Rich! Beacon?

Hit It Rich! Beacon - это расширение Chrome, разработанное Zynga, Inc, и его основная функция - "Play Hit It Rich! from Hit It Rich! Beacon and win awesome rewards!".

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

screenshot
screenshot

Скачать файл CRX расширения Hit It Rich! Beacon

Скачайте файлы расширений Hit It Rich! Beacon в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Play Hit It Rich from the Beacon to be the first to get Hit It Rich! news and win awesome rewards! Hit It Rich! Beacon is the quickest way to access the game from Facebook!

This official Chrome extension adds a quick-access button to your Facebook, which will notify you about new machines, events and other Hit It Rich! excitement as soon as it happens.

Accessing the game with the Beacon can also get you free coins and other fun bonuses, so make sure to keep an eye out!

Install the Beacon now and get spinning!                    

Основная информация о расширении

Название Hit It Rich! Beacon Hit It Rich! Beacon
ID dflfhhdekdakmeplgkghbglgadcnffgh
Официальный URL https://chromewebstore.google.com/detail/hit-it-rich-beacon/dflfhhdekdakmeplgkghbglgadcnffgh
Описание Play Hit It Rich! from Hit It Rich! Beacon and win awesome rewards!
Размер файла 61.63 KB
Количество установок 8,248
Текущая Версия 1.1
Последнее Обновление 2017-10-04
Дата публикации 2017-10-04
Рейтинг 4.47/5 Всего 306 оценок
Разработчик Zynga, Inc
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.zynga.com/
URL страницы политики конфиденциальности https://www.zynga.com/privacy/policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hit It Rich! Beacon",
    "version": "1.1",
    "description": "Play Hit It Rich! from Hit It Rich! Beacon and win awesome rewards!",
    "browser_action": {
        "default_icon": "hir_icon_16.png",
        "default_title": "Play Hit It Rich!"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "http:\/\/*.facebook.com\/",
        "https:\/\/*.facebook.com\/"
    ],
    "web_accessible_resources": [
        "*.png"
    ],
    "icons": {
        "16": "hir_icon_16.png",
        "48": "hir_icon_48.png",
        "128": "hir_icon_128.png"
    }
}