Hit It Rich! Beacon

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

O que é Hit It Rich! Beacon?

Hit It Rich! Beacon é uma extensão do Chrome desenvolvida por Zynga, Inc, e sua principal característica é "Play Hit It Rich! from Hit It Rich! Beacon and win awesome rewards!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Hit It Rich! Beacon

Baixe arquivos de extensão Hit It Rich! Beacon no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Hit It Rich! Beacon Hit It Rich! Beacon
ID dflfhhdekdakmeplgkghbglgadcnffgh
URL Oficial https://chromewebstore.google.com/detail/hit-it-rich-beacon/dflfhhdekdakmeplgkghbglgadcnffgh
Descrição Play Hit It Rich! from Hit It Rich! Beacon and win awesome rewards!
Tamanho do Arquivo 61.63 KB
Contagem de Instalações 8,248
Versão Atual 1.1
Última Atualização 2017-10-04
Data de Publicação 2017-10-04
Classificação 4.47/5 Total de 306 Avaliações
Desenvolvedor Zynga, Inc
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.zynga.com/
URL da Página de Política de Privacidade https://www.zynga.com/privacy/policy
Idiomas Suportados 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"
    }
}