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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
finding relevant content for a consumer if website not available
확장 프로그램 기본 정보
이름 | |
ID | gdjfpoombkbagdjhpnckejfbjofmchcn |
공식 URL | 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" } |