Cloutception
Updates user
Cloutception là gì?
Cloutception là một tiện ích mở rộng Chrome được phát triển bởi rocodesign, và tính năng chính của nó là "Updates user".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Cloutception
Tải xuống các tệp mở rộng Cloutception dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Cloutception displays aggregated blockchain data on bitclout.com, relevant to the creator page the user navigates to. * Flag creators who sold their coins The extension shows the amount a creator bought / sold immediately after navigating to a creator page * Show creator wallet Displays details about a creator wallet, list of wallet entries as well as an aggregation with the total market value of all entries * Show creator purchase history Displays a list of purchases and sells involving the creator coin with details on how the creator coin price was affected * Search by public key Enables users to search by entering a public key in the search field.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Cloutception |
ID | piibkonaoihcgbfhbjbjpldfhhdnapjk |
URL Chính Thức | https://chromewebstore.google.com/detail/cloutception/piibkonaoihcgbfhbjbjpldfhhdnapjk |
Mô tả | Updates user |
Kích Thước Tệp | 251 KB |
Số Lần Cài Đặt | 20 |
Phiên Bản Hiện Tại | 0.5.0 |
Cập Nhật Lần Cuối | 2021-05-12 |
Ngày Phát Hành | 2021-05-12 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | rocodesign |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://cloutception.club |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cloutception", "description": "Updates user ", "version": "0.5.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/*.bitclout.com\/*" ], "js": [ "index.js" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js" }, "permissions": [ "webNavigation", "tabs" ], "icons": { "16": "\/Cloutception-16.png", "32": "\/Cloutception-32.png", "48": "\/Cloutception-48.png", "128": "\/Cloutception-128.png" } } |