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ファイルをダウンロード
Moni Discover - Twitter Checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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\/*" ] } } |