Cloutception
Updates user
Cloutceptionとは何ですか?
Cloutceptionはrocodesignによって開発されたChromeの拡張機能で、その主な機能は「Updates user」です。
拡張機能のスクリーンショット
Cloutception拡張機能のCRXファイルをダウンロード
Cloutception拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |