Farmville2 X-Press

Play Farmville2 using this latest Extension from Zynga Inc.

Farmville2 X-Pressคืออะไร?

Farmville2 X-Press เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zynga, Inc. และคุณลักษณะหลักของมันคือ "Play Farmville2 using this latest Extension from Zynga Inc."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Farmville2 X-Press

ดาวน์โหลดไฟล์ส่วนขยาย Farmville2 X-Press ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
        ]
    }
}