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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Play Hit It Rich! from Hit It Rich! Beacon and win awesome rewards!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hit It Rich! Beacon एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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