OpenSea Extended
OpenSea Extended is a extension for OpenSea who gives way more power to the user!
OpenSea Extendedคืออะไร?
OpenSea Extended เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://opensea-extended.com และคุณลักษณะหลักของมันคือ "OpenSea Extended is a extension for OpenSea who gives way more power to the user!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OpenSea Extended
ดาวน์โหลดไฟล์ส่วนขยาย OpenSea Extended ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | OpenSea Extended |
ID | ejojlbfkbdbdgfpackpkphpobgofmopd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/opensea-extended/ejojlbfkbdbdgfpackpkphpobgofmopd |
คำอธิบาย | OpenSea Extended is a extension for OpenSea who gives way more power to the user! |
ขนาดไฟล์ | 215 KB |
จำนวนการติดตั้ง | 120 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2022-02-10 |
วันที่เผยแพร่ | 2022-02-08 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://opensea-extended.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
เว็บไซต์ส่วนขยาย | https://opensea-extended.com |
URL หน้านโยบายความเป็นส่วนตัว | https://impostonator.dkw.im/politica-de-privacidade.html |
ภาษาที่รองรับ | 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" ] } ] } |