OpenSea Extended
OpenSea Extended is a extension for OpenSea who gives way more power to the user!
OpenSea Extended là gì?
OpenSea Extended là một tiện ích mở rộng Chrome được phát triển bởi https://opensea-extended.com, và tính năng chính của nó là "OpenSea Extended is a extension for OpenSea who gives way more power to the 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 OpenSea Extended
Tải xuống các tệp mở rộng OpenSea Extended 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
By offering a powerful free extension to deal with OpenSea we allow everyone to have a shot to win on the NFT world. We don't give just and advantage, we offer a wide set of tools who will make you win if you're smart using it! Features: - Rarity and Rank - More information about NFTs - Quick buy Coming soon: - Notifications - Cache refresh - Meta refresh And much more for FREE Feature requests? Access our discord: https://bit.ly/3rujGA5
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | OpenSea Extended |
ID | ejojlbfkbdbdgfpackpkphpobgofmopd |
URL Chính Thức | https://chromewebstore.google.com/detail/opensea-extended/ejojlbfkbdbdgfpackpkphpobgofmopd |
Mô tả | OpenSea Extended is a extension for OpenSea who gives way more power to the user! |
Kích Thước Tệp | 215 KB |
Số Lần Cài Đặt | 120 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2022-02-10 |
Ngày Phát Hành | 2022-02-08 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://opensea-extended.com |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://opensea-extended.com |
URL Trang Chính Sách Bảo Mật | https://impostonator.dkw.im/politica-de-privacidade.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OpenSea Extended", "description": "OpenSea Extended is a extension for OpenSea who gives way more power to the user!", "version": "1.0.2", "manifest_version": 3, "permissions": [ "storage", "cookies" ], "host_permissions": [ "*:\/\/*.opensea-extended.com\/*", "http:\/\/opensea-extended.com\/*", "https:\/\/opensea-extended.com\/*", "https:\/\/api.opensea-extended.com\/*", "http:\/\/api.opensea-extended.com\/*" ], "icons": { "512": "images\/logo-icon.png" }, "background": { "service_worker": "background\/background.js" }, "content_scripts": [ { "matches": [ "http:\/\/opensea-extended.com\/*", "https:\/\/opensea-extended.com\/*", "https:\/\/opensea-extended.com:3000\/*", "http:\/\/opensea-extended.com:3000\/*", "https:\/\/opensea.io\/*", "http:\/\/opensea.io\/*" ], "css": [ "content\/css\/bootstrap-iso.min.css", "content\/css\/ose.css" ], "js": [ "content\/contentScript.js" ] } ] } |