Moni Discover - Twitter Checker

ML-based Web3 analytics platform for finding and tracking the newest web3 projects super early discover.getmoni.io

Cos'è Moni Discover - Twitter Checker?

Moni Discover - Twitter Checker è un'estensione di Chrome sviluppata da getzencore, e la sua funzione principale è "ML-based Web3 analytics platform for finding and tracking the newest web3 projects super early discover.getmoni.io".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Moni Discover - Twitter Checker

Scarica i file di estensione Moni Discover - Twitter Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        ML-based Web3 analytics platform for finding and tracking the newest web3 projects super early                    

Informazioni di Base sull'Estensione

Nome Moni Discover - Twitter Checker Moni Discover - Twitter Checker
ID bgooiolaoinoncegoopcmincbomphmhi
URL Ufficiale https://chromewebstore.google.com/detail/moni-discover-twitter-che/bgooiolaoinoncegoopcmincbomphmhi
Descrizione ML-based Web3 analytics platform for finding and tracking the newest web3 projects super early discover.getmoni.io
Dimensione del File 1.24 MB
Conteggio Installazioni 839
Versione Corrente 1.9.4
Ultimo Aggiornamento 2024-02-09
Data di Pubblicazione 2023-05-09
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore getzencore
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://discover.getmoni.io/
Lingue Supportate 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\/*"
        ]
    }
}