Horizon Timez

Horizon Timez is a novel extension designed to bring video theme to your chrome browser.

Was ist Horizon Timez?

Horizon Timez ist eine Chrome-Erweiterung, die von Innovirtual Pte. Ltd. entwickelt wurde, und ihr Hauptmerkmal ist "Horizon Timez is a novel extension designed to bring video theme to your chrome browser.".

Erweiterungsscreenshots

screenshot

Horizon Timez-Erweiterungs-CRX-Datei herunterladen

Laden Sie Horizon Timez-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

                        Horizon Timez for PC, Windows, and Mac chrome theme can easily change your New chrome Tab background. Horizon Timez is also a website search engine that helps you turn information into action, making searching faster and easier.

With our wide selection of travel lifestyle, we are committed to nothing short of extraordinary.

“By clicking "add to Chrome", I accept and agree to installing the Horizon Timez extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Use (https://www.innovirtual.sg/terms) and Policy (https://www.innovirtual.sg/policy).                    

Grundlegende Informationen zur Erweiterung

Name Horizon Timez Horizon Timez
ID cgmhkjfpialldbnnihoodfehhlmpplgf
Offizielle URL https://chromewebstore.google.com/detail/horizon-timez/cgmhkjfpialldbnnihoodfehhlmpplgf
Beschreibung Horizon Timez is a novel extension designed to bring video theme to your chrome browser.
Dateigröße 1.66 MB
Installationsanzahl 9,646
Aktuelle Version 1.5.6
Letztes Update 2023-08-15
Veröffentlichungsdatum 2023-06-13
Bewertung 4.92/5 Insgesamt 12 Bewertungen
Entwickler Innovirtual Pte. Ltd.
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.horizontimez.com/
Hilfeseite URL https://www.horizontimez.com/contact
URL der Datenschutzrichtlinien-Seite https://www.innovirtual.sg/privacy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Horizon Timez",
    "version": "1.5.6",
    "description": "Horizon Timez is a novel extension designed to bring video theme to your chrome browser.",
    "icons": {
        "16": "public\/app_icon\/icon_16.png",
        "24": "public\/app_icon\/icon_24.png",
        "32": "public\/app_icon\/icon_32.png",
        "64": "public\/app_icon\/icon_64.png",
        "128": "public\/app_icon\/icon_128.png",
        "256": "public\/app_icon\/icon_256.png",
        "512": "public\/app_icon\/icon_512.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "public\/app_icon\/icon_16.png",
            "24": "public\/app_icon\/icon_24.png",
            "32": "public\/app_icon\/icon_32.png",
            "64": "public\/app_icon\/icon_64.png",
            "128": "public\/app_icon\/icon_128.png",
            "256": "public\/app_icon\/icon_256.png",
            "512": "public\/app_icon\/icon_512.png"
        }
    }
}