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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}