Pooscan
A simple action that will work from poocoin.com that launches the crypto token address through the most common safu scanners.
什麼是Pooscan?
Pooscan是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“A simple action that will work from poocoin.com that launches the crypto token address through the most common safu scanners.”。
擴展截圖
下載Pooscan擴展crx文件
下載Pooscan擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
NOTE: When installing the plugin, Google will inform you that you're allowing this plugin to view your browsing history. The only thing this plugin reads from your browsing history is the URL of the tab you're on (to make sure it's poocoin.app, moonarch.app, or bscscan.com). NEW! You can now right click on the Plugin icon and go to Options to choose which scans you want to use. Too many people are buying altcoin from the bsc network that are either rugpulls, honeypots, or have other red flags which would cause a concern that it's a scam. This simple plugin will work from poocoin.app, bscscan.com, and moonarch.app. When you're viewing a token on one of those sites, simply click the Pooscan icon and it will open up each of the most common scanners for that particular token.
擴展基本資訊
名稱 | Pooscan |
ID | dobbcphljjidgbniadojjclcknfmnphi |
官方網址 | https://chromewebstore.google.com/detail/pooscan/dobbcphljjidgbniadojjclcknfmnphi |
簡介 | A simple action that will work from poocoin.com that launches the crypto token address through the most common safu scanners. |
檔案大小 | 16.33 KB |
安裝次數 | 142 |
目前版本 | 1.1 |
更新時間 | 2021-12-21 |
上架時間 | 2021-11-30 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Unknown |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pooscan", "version": "1.1", "description": "A simple action that will work from poocoin.com that launches the crypto token address through the most common safu scanners.", "background": { "service_worker": "background.js" }, "options_page": "options.html", "action": { "default_icon": "icon_128.png" }, "permissions": [ "tabs", "declarativeContent", "storage" ], "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "manifest_version": 3 } |