my not found
My Not Found, gives users an option to find related sites if the original website is no longer online
什麼是my not found?
my not found是由doyle1598765開發的Chrome擴展程式,該擴展的主要功能是“My Not Found, gives users an option to find related sites if the original website is no longer online ”。
擴展截圖
下載my not found擴展crx文件
下載my not found擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
finding relevant content for a consumer if website not available
擴展基本資訊
名稱 | |
ID | gdjfpoombkbagdjhpnckejfbjofmchcn |
官方網址 | https://chrome.google.com/webstore/detail/my-not-found/gdjfpoombkbagdjhpnckejfbjofmchcn |
簡介 | My Not Found, gives users an option to find related sites if the original website is no longer online |
檔案大小 | 7.41 KB |
安裝次數 | 1,374 |
目前版本 | 1.0 |
更新時間 | 2021-09-16 |
上架時間 | 2021-09-16 |
開發者 | doyle1598765 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://mynotfound.com/ |
支援的語言 | en-US |
manifest.json | |
{ "author": "Theo Parker", "name": "my not found", "short_name": "My Not Found", "homepage_url": "https:\/\/mynotfound.com", "description": "My Not Found, gives users an option to find related sites if the original website is no longer online ", "version": "1.0", "manifest_version": 2, "browser_action": { "default_icon": "logo-128.png", "default_title": "My Not Found" }, "background": { "scripts": [ "background.js" ] }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |