Alt Look
helps to find a reason why a site is down and give options
Apa itu Alt Look?
Alt Look adalah ekstensi Chrome yang dikembangkan oleh gregk15978, dan fitur utamanya adalah "helps to find a reason why a site is down and give options".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Alt Look
Unduh file ekstensi Alt Look 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
When navigating to an inactive website gives a description of why its down and option to find a replacement site
Informasi Dasar Ekstensi
Nama | |
ID | pagfcedlonoegfbckkoocheienddjabc |
URL Resmi | https://chrome.google.com/webstore/detail/alt-look/pagfcedlonoegfbckkoocheienddjabc |
Deskripsi | helps to find a reason why a site is down and give options |
Ukuran File | 16.7 KB |
Jumlah Instalasi | 20,000 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2022-06-07 |
Tanggal Publikasi | 2022-06-07 |
Penilaian | 2.75/5 Total 4 Penilaian |
Pengembang | gregk15978 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://alt-look.com |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Greg K", "name": "Alt Look", "short_name": "Alt look", "homepage_url": "https:\/\/alt-look.com", "description": "helps to find a reason why a site is down and give options", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |