Farmville2 X-Press

Play Farmville2 using this latest Extension from Zynga Inc.

Farmville2 X-Press란 무엇입니까?

Farmville2 X-Press은(는) Zynga, Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Play Farmville2 using this latest Extension from Zynga Inc."입니다.

확장 프로그램 스크린샷

screenshot

Farmville2 X-Press 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        FarmVille 2 X-Press is the official extension from Zynga that helps you with the many upcoming permissions required from Flash for a seamless gameplay experience!

By adding this extension, you will give a one time permission to use Flash. All Flash pop ups will be handled by the extension and you can get back to playing FarmVille 2, hassle free! But that’s not all! It comes with many other benefits such as: 

>  A super seamless entry to the game!
>  Easy Access to your FarmVille2 Help Bar.


The extension will use your permission only to support Flash.  
Use of this extension is subject to Zynga’s Terms of Service and Privacy Policy.
Terms of Service (https://www.zynga.com/legal/terms-of-service), and Privacy Policy (https://www.zynga.com/privacy/policy).                    

확장 프로그램 기본 정보

이름 Farmville2 X-Press Farmville2 X-Press
ID gbgjpdhhnbgmnafojckjmjogcpoinlim
공식 URL https://chromewebstore.google.com/detail/farmville2-x-press/gbgjpdhhnbgmnafojckjmjogcpoinlim
설명 Play Farmville2 using this latest Extension from Zynga Inc.
파일 크기 1.05 MB
설치 횟수 236,881
현재 버전 0.45
최근 업데이트 2019-07-19
출시 날짜 2019-07-19
평점 3.68/5 총 4167 개의 평점
개발자 Zynga, Inc.
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.zynga.com/privacy/policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Farmville2 X-Press",
    "description": "Play Farmville2 using this latest Extension from Zynga Inc.",
    "version": "0.45",
    "icons": {
        "16": "icons\/Avatar_16.png",
        "48": "icons\/Avatar_48.png",
        "128": "icons\/Avatar_128.png"
    },
    "browser_action": {
        "default_icon": "icons\/Avatar_24.png"
    },
    "minimum_chrome_version": "38",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "contentSettings",
        "activeTab",
        "storage",
        "https:\/\/*.zynga.com\/*",
        "notifications"
    ],
    "web_accessible_resources": [
        "view\/index.html",
        "*.png"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.farm2.zynga.com\/*"
        ]
    }
}