FATMAP New Tab (Official)
Get the best adventure inspiration every day with FATMAP’s New Tab Startpage
Was ist FATMAP New Tab (Official)?
FATMAP New Tab (Official) ist eine Chrome-Erweiterung, die von brandTURBO entwickelt wurde, und ihr Hauptmerkmal ist "Get the best adventure inspiration every day with FATMAP’s New Tab Startpage".
Erweiterungsscreenshots
FATMAP New Tab (Official)-Erweiterungs-CRX-Datei herunterladen
Laden Sie FATMAP New Tab (Official)-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
A fast and useful new tab page with everything that you need to start browsing. Upgrade your Chrome home page with powerful bang searches, quick access to popular web sites and awesome responsive layout.
Grundlegende Informationen zur Erweiterung
Name | |
ID | bndbikbamokojgcibbjalfmifchlkeci |
Offizielle URL | https://chrome.google.com/webstore/detail/fatmap-new-tab-official/bndbikbamokojgcibbjalfmifchlkeci |
Beschreibung | Get the best adventure inspiration every day with FATMAP’s New Tab Startpage |
Dateigröße | 1.52 MB |
Installationsanzahl | 32 |
Aktuelle Version | 0.3.149 |
Letztes Update | 2019-12-03 |
Veröffentlichungsdatum | 2019-12-03 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | brandTURBO |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.fatmap.com/ |
Hilfeseite URL | https://www.fatmap.com/ |
URL der Datenschutzrichtlinien-Seite | https://www.brandturbo.vip/privacy |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FATMAP New Tab (Official)", "version": "0.3.149", "description": "Get the best adventure inspiration every day with FATMAP\u2019s New Tab Startpage", "icons": { "16": "icons\/icon-16px.png", "32": "icons\/icon-32px.png", "48": "icons\/icon-96px.png", "128": "icons\/icon-256px.png" }, "chrome_url_overrides": { "newtab": "startpage.html#newTab" }, "browser_action": { "default_title": "New Tab" }, "permissions": [ "tabs", "storage", "topSites", "history", "bookmarks", "chrome:\/\/favicon\/" ], "optional_permissions": [], "background": { "scripts": [ "background.js" ] } } |