Moni Discover - Twitter Checker
ML-based Web3 analytics platform for finding and tracking the newest web3 projects super early discover.getmoni.io
Moni Discover - Twitter Checker란 무엇입니까?
Moni Discover - Twitter Checker은(는) getzencore에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ML-based Web3 analytics platform for finding and tracking the newest web3 projects super early discover.getmoni.io"입니다.
확장 프로그램 스크린샷
Moni Discover - Twitter Checker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
ML-based Web3 analytics platform for finding and tracking the newest web3 projects super early
확장 프로그램 기본 정보
이름 | Moni Discover - Twitter Checker |
ID | bgooiolaoinoncegoopcmincbomphmhi |
공식 URL | https://chromewebstore.google.com/detail/moni-discover-twitter-che/bgooiolaoinoncegoopcmincbomphmhi |
설명 | ML-based Web3 analytics platform for finding and tracking the newest web3 projects super early discover.getmoni.io |
파일 크기 | 1.24 MB |
설치 횟수 | 839 |
현재 버전 | 1.9.4 |
최근 업데이트 | 2024-02-09 |
출시 날짜 | 2023-05-09 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | getzencore |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://discover.getmoni.io/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Moni Discover - Twitter Checker", "description": "ML-based Web3 analytics platform for finding and tracking the newest web3 projects super early discover.getmoni.io", "version": "1.9.4", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyMDihxju0ymy+XUeike6OzBUCemdrOJqQQ+FpDDgj\/jMHJ3gxDCRwx8CdTpmdOLJEctt0M\/U5UT2zYnhf1pBrar+KasnPDncIobZGtZaL9b1Iu9F4xy367Mq41WOOunDq5bw3Y1nSVO0GTp2soFuR3C0300j9VMSnQyEnNPz00ibExYlDIMO2a6+arsraOSBzE5uf6EDZjwSRMAcAcIz+ansdjt16LsjaG2i2G+MVMNYWaVD\/6zrby5g+DKRs\/TebRy5lSHbb5r0PvmG\/ApAJEekHFBQ3KT+BwfzXe+3IeigMQN2xZMxL+vPA41lb0uZmkMHHt\/GLg34VJDnIMFndwIDAQAB", "action": { "default_popup": "popup.html", "default_title": "Moni Discover - Twitter Checker", "default_icon": "icon128x128.png" }, "permissions": [ "storage", "webNavigation", "tabs" ], "icons": { "16": "icon16x16.png", "48": "icon48x48.png", "128": "icon128x128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "run_at": "document_idle", "all_frames": false, "js": [ "contentScript.js" ], "css": [ "contentScript.css" ] } ], "host_permissions": [ "https:\/\/twitter.com\/*" ], "web_accessible_resources": [ { "resources": [ "contentScript.css" ], "matches": [ "https:\/\/twitter.com\/*" ] } ], "externally_connectable": { "matches": [ "http:\/\/localhost:3000\/*", "https:\/\/discover.getmoni.io\/*", "https:\/\/twitter.com\/*" ] } } |