Granny

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

O que é Granny?

Granny é uma extensão do Chrome desenvolvida por quekkathy, e sua principal característica é "Granny extension provide you with Granny game design on PC new tab page. Created for Granny fans.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Granny

Baixe arquivos de extensão Granny no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Granny Granny
ID eejokkdiggcjajkeghppbpokdhiacdnf
URL Oficial https://chromewebstore.google.com/detail/granny/eejokkdiggcjajkeghppbpokdhiacdnf
Descrição Granny extension provide you with Granny game design on PC new tab page. Created for Granny fans.
Tamanho do Arquivo 2.51 MB
Contagem de Instalações 9,459
Versão Atual 420.630.1150.725
Última Atualização 2021-04-08
Data de Publicação 2020-04-29
Classificação 4.68/5 Total de 56 Avaliações
Desenvolvedor quekkathy
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}