FATMAP New Tab (Official)
Get the best adventure inspiration every day with FATMAP’s New Tab Startpage
Apa itu FATMAP New Tab (Official)?
FATMAP New Tab (Official) adalah ekstensi Chrome yang dikembangkan oleh brandTURBO, dan fitur utamanya adalah "Get the best adventure inspiration every day with FATMAP’s New Tab Startpage".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi FATMAP New Tab (Official)
Unduh file ekstensi FATMAP New Tab (Official) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | bndbikbamokojgcibbjalfmifchlkeci |
URL Resmi | https://chrome.google.com/webstore/detail/fatmap-new-tab-official/bndbikbamokojgcibbjalfmifchlkeci |
Deskripsi | Get the best adventure inspiration every day with FATMAP’s New Tab Startpage |
Ukuran File | 1.52 MB |
Jumlah Instalasi | 32 |
Versi Saat Ini | 0.3.149 |
Terakhir Diperbarui | 2019-12-03 |
Tanggal Publikasi | 2019-12-03 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | brandTURBO |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.fatmap.com/ |
URL Halaman Bantuan | https://www.fatmap.com/ |
URL Halaman Kebijakan Privasi | https://www.brandturbo.vip/privacy |
Bahasa yang Didukung | 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" ] } } |