Farmville Flash Helper
Play Farmville hassle-free on chrome using this latest Extension from Zynga Inc.
Farmville Flash Helper란 무엇입니까?
Farmville Flash Helper은(는) Zynga, Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Play Farmville hassle-free on chrome using this latest Extension from Zynga Inc."입니다.
확장 프로그램 스크린샷
Farmville Flash Helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
FarmVille Flash Helper is the official extension from Zynga that automatically handles Flash permissions required to play FarmVille. Adding this extension lets you play FarmVille hassle free! For more information please refer our FAQ here: https://zyngasupport.helpshift.com/a/farmville/?s=farmville-flash-helper Please note that your privacy is important to Zynga. Zynga will use your permissions only to support Flash and nothing else. Our privacy policy assures you a complete non-disclosure to any of the information shared by you. Use of this extension is subject to Zynga’s Terms of Service (https://www.zynga.com/legal/terms-of-service), and Privacy Policy (https://www.zynga.com/privacy/policy).
확장 프로그램 기본 정보
이름 | Farmville Flash Helper |
ID | ddakejacccpjkpbjblhaiajdadpkejeb |
공식 URL | https://chromewebstore.google.com/detail/farmville-flash-helper/ddakejacccpjkpbjblhaiajdadpkejeb |
설명 | Play Farmville hassle-free on chrome using this latest Extension from Zynga Inc. |
파일 크기 | 51.29 KB |
설치 횟수 | 87,455 |
현재 버전 | 0.29 |
최근 업데이트 | 2020-07-03 |
출시 날짜 | 2020-07-02 |
평점 | 2.47/5 총 577 개의 평점 |
개발자 | Zynga, Inc. |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://apps.facebook.com/onthefarm/?fb_source=plugin_store |
도움말 페이지 URL | https://zyngasupport.helpshift.com/a/farmville/?s=farmville-flash-helper |
개인정보 보호 정책 페이지 URL | https://www.zynga.com/privacy/policy |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Farmville Flash Helper", "short_name": "Farmville", "version": "0.29", "description": "Play Farmville hassle-free on chrome using this latest Extension from Zynga Inc.", "background": { "page": "background.html" }, "permissions": [ "https:\/\/*.zynga.com\/*", "https:\/\/*.farmville.com\/*" ], "icons": { "16": "icons\/FV_logo_16.png", "48": "icons\/FV_logo_48.png", "128": "icons\/FV_logo_128.png" }, "browser_action": { "default_icon": "icons\/FV_logo_24.png" }, "manifest_version": 2, "externally_connectable": { "matches": [ "https:\/\/*.farmville.com\/*" ] } } |