Geeks Fest - New Tab Gaming News
The freshest links about gaming and geeks, from around the web. A gamer's must
What is Geeks Fest - New Tab Gaming News?
Geeks Fest - New Tab Gaming News is a Chrome extension developed by Unknown, and its main feature is "The freshest links about gaming and geeks, from around the web. A gamer's must".
Extension Screenshots
Download Geeks Fest - New Tab Gaming News Extension CRX File
Download Geeks Fest - New Tab Gaming News extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Geeks Fest - New Tab Gaming News |
ID | klpopehbdgalchfjnkgdbkkphejdhckl |
Official URL | https://chromewebstore.google.com/detail/geeks-fest-new-tab-gaming/klpopehbdgalchfjnkgdbkkphejdhckl |
Description | The freshest links about gaming and geeks, from around the web. A gamer's must |
File Size | 177 KB |
Installation Count | 172 |
Current Version | 1.3.6 |
Last Updated | 2016-09-12 |
Publish Date | 2016-09-12 |
Rating | 3.79/5 Total 14 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | http://geeksfest.com/ |
Supported Languages | 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'" } |