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.」です。
拡張機能のスクリーンショット
Farmville2 X-Press拡張機能のCRXファイルをダウンロード
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 |
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. |
Eメール | [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\/*" ] } } |