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是由Zynga, Inc开发的Chrome扩展程序,该扩展的主要功能是“Play Hit It Rich! from Hit It Rich! Beacon and win awesome rewards!”。

扩展截图

screenshot
screenshot

下载Hit It Rich! Beacon扩展crx文件

下载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"
    }
}