MyPlayCity Games

Provides wide opportunities for both entertainment and Internet browsing on the new tab.

MyPlayCity Games là gì?

MyPlayCity Games là một tiện ích mở rộng Chrome được phát triển bởi http://www.myplaycity.com, và tính năng chính của nó là "Provides wide opportunities for both entertainment and Internet browsing on the new tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng MyPlayCity Games

Tải xuống các tệp mở rộng MyPlayCity Games dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Install new MyPlayCity Games Extension absolutely free! 

Now the most popular casual games will always be close at hand! With this extension over 1000 free games are available with only one click! 

Don’t waste time on surfing through internet pages and trying to find full and free game versions. All you have to do is install the extension to browser and enjoy playing your favourite games! MyPlayCity Games Extension installs New Tab to browser and allows to:

• Have quick access to MyPlayCity catalogue and choose among hundreds of free casual games. Convenient search by categories: Top Games, New Games, Time Management, Racing, Hidden Object, Match 3, Adventure, Games for Girls and much more! 
• Quickly search through about 1000 games and find the ones to your taste.
• Stay up-to-date with all new games that are distributed via MyPlayCity portal! New games are displayed at New Tab as soon as they appear on the site! Be the first to download and enjoy the brand new games!
• Use MyPlayCity internet search, which can sort out the tons of information and find the most relevant pages.

What is more important is that all these useful functions are absolutely free!  Do you want to have the quickest access to the huge game catalogue? Then MyPlayCity Games Extension is just what you need! Convenient to use, free to download!


End User License Agreement:
http://www.myplaycity.com/terms_of_use/

Privacy Policy:
http://www.myplaycity.com/privacy_policy/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MyPlayCity Games MyPlayCity Games
ID gjmohbdbnfkkjolmdfbhhdfjgjclomkd
URL Chính Thức https://chrome.google.com/webstore/detail/myplaycity-games/gjmohbdbnfkkjolmdfbhhdfjgjclomkd
Mô tả Provides wide opportunities for both entertainment and Internet browsing on the new tab.
Kích Thước Tệp 27.91 KB
Số Lần Cài Đặt 60,770
Phiên Bản Hiện Tại 1.8
Cập Nhật Lần Cuối 2017-07-09
Ngày Phát Hành 2017-07-09
Đánh Giá 3.51/5 Tổng số 346 Đánh Giá
Nhà Phát Triển http://www.myplaycity.com
Loại Thanh Toán free
URL Trang Trợ Giúp http://www.myplaycity.com/support/
URL Trang Chính Sách Bảo Mật http://www.myplaycity.com/privacy_policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Open MyPlayCity Games"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_scripts": [
        {
            "js": [
                "mpc_content.js"
            ],
            "matches": [
                "http:\/\/www.myplaycity.com\/*"
            ]
        }
    ],
    "description": "Provides wide opportunities for both entertainment and Internet browsing on the new tab.",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "background": {
        "scripts": [
            "default.js"
        ]
    },
    "manifest_version": 2,
    "name": "MyPlayCity Games",
    "short_name": "MyPlayCity Games",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.8"
}