Geeks Fest - New Tab Gaming News

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

Was ist Geeks Fest - New Tab Gaming News?

Geeks Fest - New Tab Gaming News ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "The freshest links about gaming and geeks, from around the web. A gamer's must".

Erweiterungsscreenshots

screenshot
screenshot

Geeks Fest - New Tab Gaming News-Erweiterungs-CRX-Datei herunterladen

Laden Sie Geeks Fest - New Tab Gaming News-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Geeks Fest - New Tab Gaming News Geeks Fest - New Tab Gaming News
ID klpopehbdgalchfjnkgdbkkphejdhckl
Offizielle URL https://chromewebstore.google.com/detail/geeks-fest-new-tab-gaming/klpopehbdgalchfjnkgdbkkphejdhckl
Beschreibung The freshest links about gaming and geeks, from around the web. A gamer's must
Dateigröße 177 KB
Installationsanzahl 172
Aktuelle Version 1.3.6
Letztes Update 2016-09-12
Veröffentlichungsdatum 2016-09-12
Bewertung 3.79/5 Insgesamt 14 Bewertungen
Entwickler Unknown
Zahlungsart free
Erweiterungswebsite http://geeksfest.com/
Unterstützte Sprachen 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'"
}