FATMAP New Tab (Official)
Get the best adventure inspiration every day with FATMAP’s New Tab Startpage
What is FATMAP New Tab (Official)?
FATMAP New Tab (Official) is a Chrome extension developed by brandTURBO, and its main feature is "Get the best adventure inspiration every day with FATMAP’s New Tab Startpage".
Extension Screenshots
Download FATMAP New Tab (Official) Extension CRX File
Download FATMAP New Tab (Official) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | bndbikbamokojgcibbjalfmifchlkeci |
Official URL | 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 |
File Size | 1.52 MB |
Installation Count | 32 |
Current Version | 0.3.149 |
Last Updated | 2019-12-03 |
Publish Date | 2019-12-03 |
Rating | 5.00/5 Total 1 Ratings |
Developer | brandTURBO |
[email protected] | |
Payment Type | free |
Extension Website | https://www.fatmap.com/ |
Help Page URL | https://www.fatmap.com/ |
Privacy Policy Page URL | https://www.brandturbo.vip/privacy |
Supported Languages | 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" ] } } |