Game Theme: Need For Speed Heat
Only the best HD images of Need For Speed Heat for your tab background.
Co to jest Game Theme: Need For Speed Heat?
Game Theme: Need For Speed Heat to rozszerzenie Chrome opracowane przez Background Designs, a jego główną funkcją jest „Only the best HD images of Need For Speed Heat for your tab background.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Game Theme: Need For Speed Heat
Pobierz pliki rozszerzeń Game Theme: Need For Speed Heat w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | koboddnpmecmdidlpffaapaaddoiokep |
Oficjalny URL | https://chrome.google.com/webstore/detail/game-theme-need-for-speed/koboddnpmecmdidlpffaapaaddoiokep |
Opis | Only the best HD images of Need For Speed Heat for your tab background. |
Rozmiar pliku | 533 KB |
Liczba instalacji | 22 |
Aktualna Wersja | 0.38 |
Ostatnia Aktualizacja | 2019-08-15 |
Data Publikacji | 2019-08-15 |
Deweloper | Background Designs |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Pomocy | https://www.newtabgallery.com/support |
Adres URL Strony Polityki Prywatności | https://newtabgallery.com/privacy |
Obsługiwane Języki | 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\/*" ] } |