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