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