MonkeyTab

MonkeyTab Chrome extension is designed to bring beautiful images of a variety of Monkeys species to your browser's new tab.

Was ist MonkeyTab?

MonkeyTab ist eine Chrome-Erweiterung, die von https://monkeytab.online entwickelt wurde, und ihr Hauptmerkmal ist "MonkeyTab Chrome extension is designed to bring beautiful images of a variety of Monkeys species to your browser's new tab.".

Erweiterungsscreenshots

screenshot
screenshot

MonkeyTab-Erweiterungs-CRX-Datei herunterladen

Laden Sie MonkeyTab-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

                        MonkeyTab customized your New Tab Page to an awesome custom one, allowing you to change background to your favorite monkey.

By selecting "Add to Chrome," I hereby consent to the installation of the MonkeyTab extension, the adjustment of Chrome™'s new tab search to the service's settings, and the acceptance of both the Terms of Use and Privacy Policy. Search results will be powered by Microsoft Bing.


MonkeyTab leaves your browser's search settings completely unchanged, except for the addition of a customized search box on your new tab page.

terms:
https://www.monkeytab.online/tos.html
privacy:
https://www.monkeytab.online/privacy.html                    

Grundlegende Informationen zur Erweiterung

Name MonkeyTab MonkeyTab
ID mnpiaeomebpobobgnmhbglibabmljbeh
Offizielle URL https://chromewebstore.google.com/detail/monkeytab/mnpiaeomebpobobgnmhbglibabmljbeh
Beschreibung MonkeyTab Chrome extension is designed to bring beautiful images of a variety of Monkeys species to your browser's new tab.
Dateigröße 177 KB
Installationsanzahl 4,000
Aktuelle Version 1.1.3
Letztes Update 2023-12-29
Veröffentlichungsdatum 2023-12-27
Entwickler https://monkeytab.online
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.monkeytab.online/
Hilfeseite URL https://www.monkeytab.online/#contact
URL der Datenschutzrichtlinien-Seite https://www.monkeytab.online/monkeytab.online/privacy.html
Unterstützte Sprachen en-US
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "description": "MonkeyTab Chrome extension is designed to bring beautiful images of a variety of Monkeys species to your browser's new tab.",
    "icons": {
        "128": "\/media\/monkey128.png",
        "16": "\/media\/monkey16.png",
        "32": "\/media\/monkey32.png",
        "48": "\/media\/monkey48.png"
    },
    "manifest_version": 3,
    "name": "MonkeyTab",
    "permissions": [
        "storage",
        "topSites"
    ],
    "short_name": "MonkeyTab",
    "host_permissions": [
        "*:\/\/*.monkeytab.online\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.3"
}