Game Theme: Need For Speed Heat

Only the best HD images of Need For Speed Heat for your tab background.

Что такое Game Theme: Need For Speed Heat?

Game Theme: Need For Speed Heat - это расширение Chrome, разработанное Background Designs, и его основная функция - "Only the best HD images of Need For Speed Heat for your tab background.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Game Theme: Need For Speed Heat

Скачайте файлы расширений Game Theme: Need For Speed Heat в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!!                    

Основная информация о расширении

Название Game Theme: Need For Speed Heat Game Theme: Need For Speed Heat
ID koboddnpmecmdidlpffaapaaddoiokep
Официальный URL https://chrome.google.com/webstore/detail/game-theme-need-for-speed/koboddnpmecmdidlpffaapaaddoiokep
Описание Only the best HD images of Need For Speed Heat for your tab background.
Размер файла 533 KB
Количество установок 22
Текущая Версия 0.38
Последнее Обновление 2019-08-15
Дата публикации 2019-08-15
Разработчик Background Designs
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://www.newtabgallery.com/support
URL страницы политики конфиденциальности https://newtabgallery.com/privacy
Поддерживаемые языки 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\/*"
    ]
}