Game Theme: Need For Speed Heat
Only the best HD images of Need For Speed Heat for your tab background.
What is Game Theme: Need For Speed Heat?
Game Theme: Need For Speed Heat is a Chrome extension developed by Background Designs, and its main feature is "Only the best HD images of Need For Speed Heat for your tab background.".
Extension Screenshots
Download Game Theme: Need For Speed Heat Extension CRX File
Download Game Theme: Need For Speed Heat 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
HD images of Need For Speed Heat on every tab! You will get: 1: A HD new tab experience 2: Simple, clean view! No useless tools, tiles or widgets!!! 3: No annoying pop-ups!!
Extension Basic Information
Name | |
ID | koboddnpmecmdidlpffaapaaddoiokep |
Official URL | https://chrome.google.com/webstore/detail/game-theme-need-for-speed/koboddnpmecmdidlpffaapaaddoiokep |
Description | Only the best HD images of Need For Speed Heat for your tab background. |
File Size | 533 KB |
Installation Count | 22 |
Current Version | 0.38 |
Last Updated | 2019-08-15 |
Publish Date | 2019-08-15 |
Developer | Background Designs |
[email protected] | |
Payment Type | free |
Help Page URL | https://www.newtabgallery.com/support |
Privacy Policy Page URL | https://newtabgallery.com/privacy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Game Theme: Need For Speed Heat", "version": "0.38", "description": "Only the best HD images of Need For Speed Heat for your tab background.", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Game Theme: Need For Speed Heat", "default_icon": { "16": "icon16.png", "32": "icon32.png" } }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "webNavigation", "tabs", "https:\/\/home.newtabgallery.com\/*" ] } |