BitCloutWOW - bitclout on twitter
Visualize bitclout data on twitter. Display bitclout profile information on twitter website.
BitCloutWOW - bitclout on twitterとは何ですか?
BitCloutWOW - bitclout on twitterはbitcloutwowによって開発されたChromeの拡張機能で、その主な機能は「Visualize bitclout data on twitter. Display bitclout profile information on twitter website.」です。
拡張機能のスクリーンショット
BitCloutWOW - bitclout on twitter拡張機能のCRXファイルをダウンロード
BitCloutWOW - bitclout on twitter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
BitcloutWOW is a unofficial free chrome extension to integrate crowd sourced bitclout data on twitter.com Free chrome extension that integrates crowd-sourced bitclout data on twitter's website. This extension collects crowd sourced data from Bitclout website (eg followers count, market cap, price etc) as you & others fellow bitclouters browse Bitclout site and overlays this information on top of twitter.
拡張機能の基本情報
名前 | BitCloutWOW - bitclout on twitter |
ID | pljnngphhkadegjpkajkcigimjdheedd |
公式URL | https://chromewebstore.google.com/detail/bitcloutwow-bitclout-on-t/pljnngphhkadegjpkajkcigimjdheedd |
説明 | Visualize bitclout data on twitter. Display bitclout profile information on twitter website. |
ファイルサイズ | 261 KB |
インストール数 | 24 |
現在のバージョン | 0.0.3 |
最終更新日 | 2021-04-15 |
公開日 | 2021-04-03 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | bitcloutwow |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.bitcloutwow.com |
ヘルプページのURL | https://www.bitcloutwow.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "short_name": "BitCloutWOW ", "name": "BitCloutWOW - bitclout on twitter", "description": "Visualize bitclout data on twitter. Display bitclout profile information on twitter website.", "version": "0.0.3", "author": "BitCloutWOW", "icons": { "48": "images\/diamonds.png" }, "browser_action": { "default_title": "BitCloutWOW", "default_icon": { "19": "images\/diamonds.png", "20": "images\/diamonds.png", "38": "images\/diamonds.png" }, "default_popup": "popup.html" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*.bitclout.com\/*", "*:\/\/*.twitter.com\/*" ], "js": [ "scripts\/popup.js" ], "run_at": "document_start" } ], "permissions": [ "*:\/\/*.bitclout.com\/*", "*:\/\/*.twitter.com\/*" ], "web_accessible_resources": [ "*.png" ] } |