OpenSea Extended
OpenSea Extended is a extension for OpenSea who gives way more power to the user!
OpenSea Extended क्या है?
OpenSea Extended https://opensea-extended.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "OpenSea Extended is a extension for OpenSea who gives way more power to the user!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में OpenSea Extended एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } ] } |