Store Savior
Store Savior gives you options if a website is down.
Apa itu Store Savior?
Store Savior adalah ekstensi Chrome yang dikembangkan oleh bryce, dan fitur utamanya adalah "Store Savior gives you options if a website is down.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Store Savior
Unduh file ekstensi Store Savior 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
if the store you're trying to visit is no longer online we'll send you somewhere and give you new options to enjoy your browsing experience
Informasi Dasar Ekstensi
Nama | Store Savior |
ID | cjejjdokllbomkbhbnjamhmgkkpfeodp |
URL Resmi | https://chromewebstore.google.com/detail/store-savior/cjejjdokllbomkbhbnjamhmgkkpfeodp |
Deskripsi | Store Savior gives you options if a website is down. |
Ukuran File | 6.3 KB |
Jumlah Instalasi | 10,000 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2022-04-12 |
Tanggal Publikasi | 2022-04-11 |
Penilaian | 3.22/5 Total 9 Penilaian |
Pengembang | bryce |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://storesavior.com |
URL Halaman Bantuan | https://storesavior.com/?a=about |
URL Halaman Kebijakan Privasi | https://foreststarttabs.com?a=privacy |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Bryce H", "name": "Store Savior", "short_name": "Store Savior", "homepage_url": "https:\/\/storesavior.com", "description": "Store Savior gives you options if a website is down.", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |