Cloutception
Updates user
Cloutception क्या है?
Cloutception rocodesign द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Updates user"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cloutception एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Cloutception |
ID | piibkonaoihcgbfhbjbjpldfhhdnapjk |
आधिकारिक URL | https://chromewebstore.google.com/detail/cloutception/piibkonaoihcgbfhbjbjpldfhhdnapjk |
विवरण | Updates user |
फ़ाइल का आकार | 251 KB |
स्थापना संख्या | 20 |
वर्तमान संस्करण | 0.5.0 |
अंतिम अपडेट | 2021-05-12 |
प्रकाशन तिथि | 2021-05-12 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | rocodesign |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://cloutception.club |
समर्थित भाषाएँ | 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" } } |