Game Theme: Need For Speed Heat

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

Vad är Game Theme: Need For Speed Heat?

Game Theme: Need For Speed Heat är en Chrome-tillägg utvecklad av Background Designs, och dess huvudfunktion är "Only the best HD images of Need For Speed Heat for your tab background.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Game Theme: Need For Speed Heat-förlängningens CRX-fil

Ladda ner Game Theme: Need For Speed Heat-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Game Theme: Need For Speed Heat Game Theme: Need For Speed Heat
ID koboddnpmecmdidlpffaapaaddoiokep
Officiell webbadress https://chrome.google.com/webstore/detail/game-theme-need-for-speed/koboddnpmecmdidlpffaapaaddoiokep
Beskrivning Only the best HD images of Need For Speed Heat for your tab background.
Filstorlek 533 KB
Antal Installationer 22
Aktuell Version 0.38
Senast Uppdaterad 2019-08-15
Publiceringsdatum 2019-08-15
Utvecklare Background Designs
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://www.newtabgallery.com/support
URL till Sekretesspolicy Sidan https://newtabgallery.com/privacy
Stödda Språk 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\/*"
    ]
}