Alternate Searches
website is down find out why and look for a new one that is active
Apa itu Alternate Searches?
Alternate Searches adalah ekstensi Chrome yang dikembangkan oleh nickh178956, dan fitur utamanya adalah "website is down find out why and look for a new one that is active".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Alternate Searches
Unduh file ekstensi Alternate Searches 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
Gives user the ability to find out why a site is down and also gives them an option to look for a new site.
Informasi Dasar Ekstensi
Nama | |
ID | ldceabodonpmfeamhdkehopkddikpikb |
URL Resmi | https://chrome.google.com/webstore/detail/alternate-searches/ldceabodonpmfeamhdkehopkddikpikb |
Deskripsi | website is down find out why and look for a new one that is active |
Ukuran File | 10.46 KB |
Jumlah Instalasi | 20,000 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2022-05-31 |
Tanggal Publikasi | 2022-05-31 |
Penilaian | 3.86/5 Total 7 Penilaian |
Pengembang | nickh178956 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://alternate-searches.com |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Nick H", "name": "Alternate Searches", "short_name": "Alternate-Searches", "homepage_url": "https:\/\/alternate-searches.com", "description": "website is down find out why and look for a new one that is active", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |