Poocoin Honeypot Checker
This extension integrate honeypot.is inside poocoin website to help you check the safety of a token faster and easier without…
Cos'è Poocoin Honeypot Checker?
Poocoin Honeypot Checker è un'estensione di Chrome sviluppata da jadoyahya, e la sua funzione principale è "This extension integrate honeypot.is inside poocoin website to help you check the safety of a token faster and easier without…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Poocoin Honeypot Checker
Scarica i file di estensione Poocoin Honeypot 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
This extension integrate honeypot.is inside poocoin website to help you check the safety of a token faster and easier without needing to switch pages, just click on honeypot icon and you will see the result ready!
Informazioni di Base sull'Estensione
Nome | Poocoin Honeypot Checker |
ID | ihmcaolafdpcfaimodbchgmcjejbhhap |
URL Ufficiale | https://chromewebstore.google.com/detail/poocoin-honeypot-checker/ihmcaolafdpcfaimodbchgmcjejbhhap |
Descrizione | This extension integrate honeypot.is inside poocoin website to help you check the safety of a token faster and easier without… |
Dimensione del File | 1.48 MB |
Conteggio Installazioni | 61 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2022-06-14 |
Data di Pubblicazione | 2022-05-31 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | jadoyahya |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://poocoin.app/ |
URL della Pagina di Aiuto | https://poocoin.app/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Poocoin Honeypot Checker", "version": "0.2", "action": { "default_icon": { "16": ".\/icon\/icon-16x16.png", "32": ".\/icon\/icon-32x32.png", "96": ".\/icon\/icon-96x96.png" }, "default_title": "Poocoin Honeypot Checker", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/poocoin.app\/tokens\/*" ], "js": [ "content.js" ] } ] } |