BitCloutWOW - bitclout on twitter

Visualize bitclout data on twitter. Display bitclout profile information on twitter website.

What is BitCloutWOW - bitclout on twitter?

BitCloutWOW - bitclout on twitter is a Chrome extension developed by bitcloutwow, and its main feature is "Visualize bitclout data on twitter. Display bitclout profile information on twitter website.".

Extension Screenshots

screenshot
screenshot

Download BitCloutWOW - bitclout on twitter Extension CRX File

Download BitCloutWOW - bitclout on twitter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name BitCloutWOW - bitclout on twitter BitCloutWOW - bitclout on twitter
ID pljnngphhkadegjpkajkcigimjdheedd
Official URL https://chromewebstore.google.com/detail/bitcloutwow-bitclout-on-t/pljnngphhkadegjpkajkcigimjdheedd
Description Visualize bitclout data on twitter. Display bitclout profile information on twitter website.
File Size 261 KB
Installation Count 24
Current Version 0.0.3
Last Updated 2021-04-15
Publish Date 2021-04-03
Rating 5.00/5 Total 1 Ratings
Developer bitcloutwow
Email [email protected]
Payment Type free
Extension Website https://www.bitcloutwow.com
Help Page URL https://www.bitcloutwow.com
Supported Languages 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"
    ]
}