Finding Website

Finding website

什麼是Finding Website?

Finding Website是由uploadextsubmissions開發的Chrome擴展程式,該擴展的主要功能是“Finding website”。

擴展截圖

screenshot
screenshot

下載Finding Website擴展crx文件

下載Finding Website擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        When attempting to go to a pre existing URL and the website shows unreachable or is down, redirect to current active and functional websites.                    

擴展基本資訊

名稱 Finding Website Finding Website
ID idlldedoeepbikhbklfobbgiembjdjdo
官方網址 https://chrome.google.com/webstore/detail/finding-website/idlldedoeepbikhbklfobbgiembjdjdo
簡介 Finding website
檔案大小 112 KB
安裝次數 30,000
目前版本 1.0
更新時間 2022-04-20
上架時間 2022-04-20
評分 1.71/5 共 17 次評分
開發者 uploadextsubmissions
電子郵箱 [email protected]
付費類型 free
擴展官網 https://findingwebsite.com
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Mike Werner",
    "name": "Finding Website",
    "short_name": "find website",
    "homepage_url": "https:\/\/Findingwebsite.com",
    "description": "Finding website",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}