FATMAP New Tab (Official)
Get the best adventure inspiration every day with FATMAP’s New Tab Startpage
Wat is FATMAP New Tab (Official)?
FATMAP New Tab (Official) is een Chrome-extensie ontwikkeld door brandTURBO, en de belangrijkste functie is "Get the best adventure inspiration every day with FATMAP’s New Tab Startpage".
Extensie Screenshots
Download het CRX-bestand van de extensie FATMAP New Tab (Official)
Download FATMAP New Tab (Official)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | bndbikbamokojgcibbjalfmifchlkeci |
Officiële URL | https://chrome.google.com/webstore/detail/fatmap-new-tab-official/bndbikbamokojgcibbjalfmifchlkeci |
Beschrijving | Get the best adventure inspiration every day with FATMAP’s New Tab Startpage |
Bestandsgrootte | 1.52 MB |
Aantal Installaties | 32 |
Huidige Versie | 0.3.149 |
Laatst Bijgewerkt | 2019-12-03 |
Publicatiedatum | 2019-12-03 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | brandTURBO |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.fatmap.com/ |
Help Pagina-URL | https://www.fatmap.com/ |
URL van de Privacybeleid Pagina | https://www.brandturbo.vip/privacy |
Ondersteunde Talen | 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" ] } } |