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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } } |