Game Theme: Need For Speed Heat

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

Cos'è Game Theme: Need For Speed Heat?

Game Theme: Need For Speed Heat è un'estensione di Chrome sviluppata da Background Designs, e la sua funzione principale è "Only the best HD images of Need For Speed Heat for your tab background.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Game Theme: Need For Speed Heat

Scarica i file di estensione Game Theme: Need For Speed Heat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Game Theme: Need For Speed Heat Game Theme: Need For Speed Heat
ID koboddnpmecmdidlpffaapaaddoiokep
URL Ufficiale https://chrome.google.com/webstore/detail/game-theme-need-for-speed/koboddnpmecmdidlpffaapaaddoiokep
Descrizione Only the best HD images of Need For Speed Heat for your tab background.
Dimensione del File 533 KB
Conteggio Installazioni 22
Versione Corrente 0.38
Ultimo Aggiornamento 2019-08-15
Data di Pubblicazione 2019-08-15
Sviluppatore Background Designs
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://www.newtabgallery.com/support
URL della Pagina della Politica sulla Privacy https://newtabgallery.com/privacy
Lingue Supportate 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\/*"
    ]
}