Gamer Tab
A custom new tab extension with a gaming theme.
What is Gamer Tab?
Gamer Tab is a Chrome extension developed by egamenation891273, and its main feature is "A custom new tab extension with a gaming theme.".
Extension Screenshots
Download Gamer Tab Extension CRX File
Download Gamer Tab 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
Get ready to level up your browsing experience with our brand new gaming themed New Tab Extension! This extension is perfect for all gamers out there looking to customize their browsing experience. The extension features a sleek and stylish design, with a gaming-inspired background and icon. Switch your new tab background from an amazing selection gamer themed images. By clicking "add to Chrome", I accept and agree to installing the Gamer Tab extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Use https://egamenation.com/terms-of-service/ and Policy https://egamenation.com/privacy-policy/ Images are 100% copyright free from Unsplash.com.
Extension Basic Information
Name | |
ID | obhoefmkambmfjadepfmaecbodghfljm |
Official URL | https://chromewebstore.google.com/detail/gamer-tab/obhoefmkambmfjadepfmaecbodghfljm |
Description | A custom new tab extension with a gaming theme. |
File Size | 7.11 MB |
Installation Count | 11,269 |
Current Version | 1.6 |
Last Updated | 2023-12-14 |
Publish Date | 2023-01-21 |
Developer | egamenation891273 |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://egamenation.com/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Gamer Tab", "version": "1.6", "description": "A custom new tab extension with a gaming theme.", "action": { "default_icon": { "128": "img\/icons\/icon.png" }, "default_title": "Gamer Tab" }, "icons": { "128": "img\/icons\/icon.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "background": { "service_worker": "background.js" } } |