BitCloutWOW - bitclout on twitter
Visualize bitclout data on twitter. Display bitclout profile information on twitter website.
Co je BitCloutWOW - bitclout on twitter?
BitCloutWOW - bitclout on twitter je rozšíření Chrome vyvinuté bitcloutwow, a jeho hlavní funkcí je „Visualize bitclout data on twitter. Display bitclout profile information on twitter website.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření BitCloutWOW - bitclout on twitter
Stáhněte si soubory rozšíření BitCloutWOW - bitclout on twitter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | BitCloutWOW - bitclout on twitter |
ID | pljnngphhkadegjpkajkcigimjdheedd |
Oficiální URL | https://chromewebstore.google.com/detail/bitcloutwow-bitclout-on-t/pljnngphhkadegjpkajkcigimjdheedd |
Popis | Visualize bitclout data on twitter. Display bitclout profile information on twitter website. |
Velikost souboru | 261 KB |
Počet instalací | 24 |
Aktuální Verze | 0.0.3 |
Poslední Aktualizace | 2021-04-15 |
Datum Vydání | 2021-04-03 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | bitcloutwow |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.bitcloutwow.com |
URL Stránky Nápovědy | https://www.bitcloutwow.com |
Podporované Jazyky | 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" ] } |