Granny

Granny extension provide you with Granny game design on PC new tab page. Created for Granny fans.

什么是Granny?

Granny是由quekkathy开发的Chrome扩展程序,该扩展的主要功能是“Granny extension provide you with Granny game design on PC new tab page. Created for Granny fans.”。

扩展截图

screenshot
screenshot
screenshot

下载Granny扩展crx文件

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

扩展使用说明

                        Granny is a game that will get you locked out of a house and you will find ways to escape into the outside world. Be quiet with your every action to avoid making her up even with the slightest noise around. Despite being the scariest grandmas ever, there are many ways to be free from her.

Granny Extension Features:
1. Shuffle Granny design every time you open a new tab. 
2. Select a list of unique design.
3. Get easy access to websites with custom web search.
4. Sticky notes give you the Granny feels in completing real-life tasks. 
5. Get easy access to your most frequently visited websites. 
6. Get easy access to your bookmarks websites.                    

扩展基本信息

名称 Granny Granny
ID eejokkdiggcjajkeghppbpokdhiacdnf
官方URL https://chromewebstore.google.com/detail/granny/eejokkdiggcjajkeghppbpokdhiacdnf
简介 Granny extension provide you with Granny game design on PC new tab page. Created for Granny fans.
文件大小 2.51 MB
安装次数 9,459
当前版本 420.630.1150.725
更新时间 2021-04-08
上架时间 2020-04-29
评分 4.68/5 共56次评分
开发者 quekkathy
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Granny",
    "background": {
        "scripts": [
            "js\/bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "description": "Granny extension provide you with Granny game design on PC new tab page. Created for Granny fans.",
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png"
    },
    "version": "420.630.1150.725",
    "permissions": [
        "topSites",
        "bookmarks"
    ]
}