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!”。
擴展截圖
下載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 |
ID | dflfhhdekdakmeplgkghbglgadcnffgh |
官方網址 | 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" } } |