better destination
Assists users with moving to a new destination if the site they visit is no longer online
什麼是better destination?
better destination是由sebastian.white247開發的Chrome擴展程式,該擴展的主要功能是“Assists users with moving to a new destination if the site they visit is no longer online”。
擴展截圖
下載better destination擴展crx文件
下載better destination擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
site no longer active directs them to related content
擴展基本資訊
名稱 | |
ID | chhidbgbpdfffedjmkaaihhgabmempnm |
官方網址 | https://chrome.google.com/webstore/detail/better-destination/chhidbgbpdfffedjmkaaihhgabmempnm |
簡介 | Assists users with moving to a new destination if the site they visit is no longer online |
檔案大小 | 6.41 KB |
安裝次數 | 200,000 |
目前版本 | 1.0 |
更新時間 | 2021-09-19 |
上架時間 | 2021-09-19 |
評分 | 2.32/5 共 62 次評分 |
開發者 | sebastian.white247 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://better-destination.com |
支援的語言 | en-US |
manifest.json | |
{ "author": "Scott Davidson", "name": "better destination", "short_name": "BD", "homepage_url": "https:\/\/better-destination.com", "description": "Assists users with moving to a new destination if the site they visit is no longer online", "version": "1.0", "manifest_version": 2, "browser_action": { "default_icon": "logo-128.png", "default_title": "better destination" }, "background": { "scripts": [ "background.js" ] }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |