H1Z1 Wallpapers and New Tab

H1Z1 wallpapers and new tab extension brings you a new look to your Chrome browser.

Was ist H1Z1 Wallpapers and New Tab?

H1Z1 Wallpapers and New Tab ist eine Chrome-Erweiterung, die von http://loadz.com entwickelt wurde, und ihr Hauptmerkmal ist "H1Z1 wallpapers and new tab extension brings you a new look to your Chrome browser.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

H1Z1 Wallpapers and New Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie H1Z1 Wallpapers and New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        H1Z1 Wallpapers and New Tab extension brings your browser to a new look and some useful tools.                    

Grundlegende Informationen zur Erweiterung

Name H1Z1 Wallpapers and New Tab H1Z1 Wallpapers and New Tab
ID hccbnoifeiaglmiifnoijkbbcakhafpp
Offizielle URL https://chrome.google.com/webstore/detail/h1z1-wallpapers-and-new-t/hccbnoifeiaglmiifnoijkbbcakhafpp
Beschreibung H1Z1 wallpapers and new tab extension brings you a new look to your Chrome browser.
Dateigröße 31.16 KB
Installationsanzahl 18
Aktuelle Version 4.3
Letztes Update 2018-01-12
Veröffentlichungsdatum 2018-01-12
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler http://loadz.com
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "H1Z1 Wallpapers and New Tab",
    "version": "4.3",
    "description": "H1Z1 wallpapers and new tab extension brings you a new look to your Chrome browser.",
    "default_locale": "en",
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/h1z1-bg.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "chrome_settings_overrides": {
        "homepage": "http:\/\/loadz.com",
        "search_provider": {
            "name": "iki Resim",
            "search_url": "http:\/\/loadz.com\/search\/{searchTerms}",
            "suggest_url": "http:\/\/loadz.com\/suggest\/{searchTerms}",
            "encoding": "UTF-8",
            "is_default": true,
            "favicon_url": "http:\/\/loadz.com\/favicon.ico",
            "keyword": "ikiresim.com"
        }
    },
    "browser_action": {
        "default_title": "H1Z1"
    },
    "optional_permissions": [
        "management"
    ],
    "permissions": [
        "tabs",
        "topSites"
    ]
}