FATMAP New Tab (Official)

Get the best adventure inspiration every day with FATMAP’s New Tab Startpage

Qu'est-ce que FATMAP New Tab (Official) ?

FATMAP New Tab (Official) est une extension Chrome développée par brandTURBO, et sa fonction principale est "Get the best adventure inspiration every day with FATMAP’s New Tab Startpage".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension FATMAP New Tab (Official)

Téléchargez les fichiers d'extension FATMAP New Tab (Official) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom FATMAP New Tab (Official) FATMAP New Tab (Official)
ID bndbikbamokojgcibbjalfmifchlkeci
URL Officiel https://chrome.google.com/webstore/detail/fatmap-new-tab-official/bndbikbamokojgcibbjalfmifchlkeci
Description Get the best adventure inspiration every day with FATMAP’s New Tab Startpage
Taille du Fichier 1.52 MB
Nombre d'Installations 32
Version Actuelle 0.3.149
Dernière Mise à Jour 2019-12-03
Date de Publication 2019-12-03
Évaluation 5.00/5 Total 1 Évaluations
Développeur brandTURBO
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.fatmap.com/
URL de la Page d'Aide https://www.fatmap.com/
URL de la Page de Politique de Confidentialité https://www.brandturbo.vip/privacy
Langues Prises en Charge 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"
        ]
    }
}