Hit It Rich! Beacon

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

Was ist Hit It Rich! Beacon?

Hit It Rich! Beacon ist eine Chrome-Erweiterung, die von Zynga, Inc entwickelt wurde, und ihr Hauptmerkmal ist "Play Hit It Rich! from Hit It Rich! Beacon and win awesome rewards!".

Erweiterungsscreenshots

screenshot
screenshot

Hit It Rich! Beacon-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hit It Rich! Beacon-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Hit It Rich! Beacon Hit It Rich! Beacon
ID dflfhhdekdakmeplgkghbglgadcnffgh
Offizielle URL https://chromewebstore.google.com/detail/hit-it-rich-beacon/dflfhhdekdakmeplgkghbglgadcnffgh
Beschreibung Play Hit It Rich! from Hit It Rich! Beacon and win awesome rewards!
Dateigröße 61.63 KB
Installationsanzahl 8,248
Aktuelle Version 1.1
Letztes Update 2017-10-04
Veröffentlichungsdatum 2017-10-04
Bewertung 4.47/5 Insgesamt 306 Bewertungen
Entwickler Zynga, Inc
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.zynga.com/
URL der Datenschutzrichtlinien-Seite https://www.zynga.com/privacy/policy
Unterstützte Sprachen 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"
    }
}