Games 4 Grandma Start

When you install our chrome extension, your new tab will change to the Games 4 Grandma new tab. Easily access free games.

什么是Games 4 Grandma Start?

Games 4 Grandma Start是由Pikoya Ltd开发的Chrome扩展程序,该扩展的主要功能是“When you install our chrome extension, your new tab will change to the Games 4 Grandma new tab. Easily access free games.”。

扩展截图

screenshot

下载Games 4 Grandma Start扩展crx文件

下载Games 4 Grandma Start扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        When you install our chrome extension, your new tab will change to the Games4Grandma new tab.

The Games4Grandma Chrome extension lets you keep up to date with our latest casual games. Its features include:

Link to the Games4Granda.com Website
Easily accessible through your Chrome extension button.

Easy Web Search
Easily search the web with the search bar on the new tab. The search is powered by the Bing search engine.

Random Games
Add a bit of spice to your gaming by browsing our Random games list on your new tab. You may just find your next favorite game! 

Quick Links
Visit your favorite websites like Google, Youtube, Facebook and more right from your new tab.

Please read carefully: By clicking the “ADD TO CHROME” button in the top right-hand corner and installing the Games4Grandma Search extension, you agree to install this extension, and you agree to the End User License Agreement and the Privacy Policy as well as to receive any future updates and upgrades. You can uninstall the extension at any time.

Terms of use
https://www.Games4Grandma.com/terms
Privacy Policy
https://www.Games4Grandma.com/privacy 
How to remove our extension from Chrome browser:
1) Click on the three horizontal lines icon in the upper right-hand corner of your Chrome browser.
2) Go to "Settings".
3) In the menu that appears click on "Extensions".
4) From the list of installed Extensions, find the name of the extension you wish to uninstall.
5) Click on the trash can icon to the right of "Enable" (for the extension you wish to uninstall).
6) Our extension should be removed from your Chrome browser.

For assistance from our customer service team, please contact us here: 
https://www.Games4Grandma.com/contact                    

扩展基本信息

名称 Games 4 Grandma Start Games 4 Grandma Start
ID flcepldelhbmffkfanfhoodoahamikkp
官方URL https://chromewebstore.google.com/detail/games-4-grandma-start/flcepldelhbmffkfanfhoodoahamikkp
简介 When you install our chrome extension, your new tab will change to the Games 4 Grandma new tab. Easily access free games.
文件大小 71.84 KB
安装次数 3,598
当前版本 1.4
更新时间 2022-12-22
上架时间 2021-11-28
评分 4.00/5 共1次评分
开发者 Pikoya Ltd
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.games4grandma.com
帮助页面URL https://www.games4grandma.com/contact
隐私政策页面URL https://www.pikoya.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Games 4 Grandma Start",
    "short_name": "GamesGrandma",
    "manifest_version": 3,
    "version": "1.4",
    "description": "When you install our chrome extension, your new tab will change to the Games 4 Grandma new tab. Easily access free games.",
    "chrome_url_overrides": {
        "newtab": "games4grandma.html"
    },
    "action": {
        "default_icon": {
            "16": "16x16.png",
            "24": "24x24.png",
            "32": "32x32.png"
        }
    },
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}