Top Games Tab
Top Games Tab for Chrome
What is Top Games Tab?
Top Games Tab is a Chrome extension developed by socialappshortcut, and its main feature is "Top Games Tab for Chrome".
Extension Screenshots
Download Top Games Tab Extension CRX File
Download Top Games 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
Top games tab extension allows quickly open your favorite game from the new tab! Top games tab includes a search bar and a user-friendly design for better new tab page experience. Need only one click for starting enjoying with your favorite games.
Extension Basic Information
Name | Top Games Tab |
ID | pjgjecnhdoljmjhimmockhjlepnejcpj |
Official URL | https://chromewebstore.google.com/detail/top-games-tab/pjgjecnhdoljmjhimmockhjlepnejcpj |
Description | Top Games Tab for Chrome |
File Size | 153 KB |
Installation Count | 150 |
Current Version | 0.6.8 |
Last Updated | 2020-08-20 |
Publish Date | 2020-07-27 |
Rating | 3.00/5 Total 2 Ratings |
Developer | socialappshortcut |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "name": "__MSG_extname__", "description": "__MSG_extdesc__", "icons": { "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "default_title": "__MSG_extname__" }, "chrome_url_overrides": { "newtab": "main.html" }, "minimum_chrome_version": "49", "permissions": [ "storage" ], "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "version": "0.6.8" } |