Geeks Fest - New Tab Gaming News

The freshest links about gaming and geeks, from around the web. A gamer's must

O que é Geeks Fest - New Tab Gaming News?

Geeks Fest - New Tab Gaming News é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "The freshest links about gaming and geeks, from around the web. A gamer's must".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Geeks Fest - New Tab Gaming News

Baixe arquivos de extensão Geeks Fest - New Tab Gaming News 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

                        Simple and beautiful.
Bringing you the freshest gaming news, reviews, videos and interactive from around the web. All the gaming& geeks news you need.

Enjoy the most inspiring stuff out there. Never miss the next big thing.

Features:
- Geeks Fest Picks: A real-time, hand picked shots from around the web.
- Ign
- Digital Trends
- Game Spot
- PC Gamer
- PC Mag
- Polygon
- Rockstar Games
- PlayStation
- XBox
- Nintendo 
and many more...


Geeks Fest will replace your default tab, it will become your home page, so you don't miss anything.                    

Informações Básicas da Extensão

Nome Geeks Fest - New Tab Gaming News Geeks Fest - New Tab Gaming News
ID klpopehbdgalchfjnkgdbkkphejdhckl
URL Oficial https://chromewebstore.google.com/detail/geeks-fest-new-tab-gaming/klpopehbdgalchfjnkgdbkkphejdhckl
Descrição The freshest links about gaming and geeks, from around the web. A gamer's must
Tamanho do Arquivo 177 KB
Contagem de Instalações 172
Versão Atual 1.3.6
Última Atualização 2016-09-12
Data de Publicação 2016-09-12
Classificação 3.79/5 Total de 14 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Site da Extensão http://geeksfest.com/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Geeks Fest - New Tab Gaming News",
    "version": "1.3.6",
    "manifest_version": 2,
    "description": "The freshest links about gaming and geeks, from around the web. A gamer's must",
    "homepage_url": "http:\/\/geeksfest.com\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [],
    "optional_permissions": [
        "topSites"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}