Store Savior
Store Savior gives you options if a website is down.
什麼是Store Savior?
Store Savior是由bryce開發的Chrome擴展程式,該擴展的主要功能是“Store Savior gives you options if a website is down.”。
擴展截圖
下載Store Savior擴展crx文件
下載Store Savior擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Store Savior |
ID | cjejjdokllbomkbhbnjamhmgkkpfeodp |
官方網址 | https://chromewebstore.google.com/detail/store-savior/cjejjdokllbomkbhbnjamhmgkkpfeodp |
簡介 | Store Savior gives you options if a website is down. |
檔案大小 | 6.3 KB |
安裝次數 | 10,000 |
目前版本 | 1.0 |
更新時間 | 2022-04-12 |
上架時間 | 2022-04-11 |
評分 | 3.22/5 共 9 次評分 |
開發者 | bryce |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://storesavior.com |
說明頁面URL | https://storesavior.com/?a=about |
隱私政策頁面URL | https://foreststarttabs.com?a=privacy |
支援的語言 | 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:\/\/*\/*" ] } |