ShibaSearch Chatverse
ShibaSearch Extension
ShibaSearch Chatverse란 무엇입니까?
ShibaSearch Chatverse은(는) https://shibasearch.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ShibaSearch Extension"입니다.
확장 프로그램 스크린샷
ShibaSearch Chatverse 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Stay up to date with the price of Shiba Inu token, circulating supply, market cap, and current burned amount by this community driven project. This extension also sets your homepage to Shiba Search which has the same search engine use and capabilities as the big boys. With the combined effort and support of the whole Shiba Inu community, 1 cent and beyond is finally achievable through Shiba Search. It also integrates a chat.
확장 프로그램 기본 정보
이름 | |
ID | ajepgoljfdobidngjdabgpfggelekigc |
공식 URL | https://chromewebstore.google.com/detail/shibasearch-chatverse/ajepgoljfdobidngjdabgpfggelekigc |
설명 | ShibaSearch Extension |
파일 크기 | 145 KB |
설치 횟수 | 200 |
현재 버전 | 1.6 |
최근 업데이트 | 2021-12-21 |
출시 날짜 | 2021-11-18 |
평점 | 5.00/5 총 7 개의 평점 |
개발자 | https://shibasearch.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://shibasearch.com/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ShibaSearch Chatverse", "description": "ShibaSearch Extension", "version": "1.6", "chrome_settings_overrides": { "startup_pages": [ "https:\/\/shibasearch.com\/" ], "homepage": "https:\/\/shibasearch.com\/" }, "permissions": [ "tabs" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": "shiba.png", "default_popup": "popup.html" } } |