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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ML-based Web3 analytics platform for finding and tracking the newest web3 projects super early discover.getmoni.io"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Moni Discover - Twitter Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*" ] } } |