CryptoSonic
Make your cryptocurrency sing on Coinbase.com! Only works here: https://www.coinbase.com/charts
What is CryptoSonic?
CryptoSonic is a Chrome extension developed by Unknown, and its main feature is "Make your cryptocurrency sing on Coinbase.com! Only works here: https://www.coinbase.com/charts".
Extension Screenshots
Download CryptoSonic Extension CRX File
Download CryptoSonic 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
Make your cryptocurrency sing on Coinbase.com! Only works here: https://www.coinbase.com/charts
Extension Basic Information
Name | CryptoSonic |
ID | iiikanmnkgnffgooldnibpeeclcmnfoc |
Official URL | https://chromewebstore.google.com/detail/cryptosonic/iiikanmnkgnffgooldnibpeeclcmnfoc |
Description | Make your cryptocurrency sing on Coinbase.com! Only works here: https://www.coinbase.com/charts |
File Size | 98.75 KB |
Installation Count | 11 |
Current Version | 0.1 |
Last Updated | 2017-12-12 |
Publish Date | 2017-12-11 |
Rating | 4.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CryptoSonic", "version": "0.1", "icons": { "19": "icon.png", "38": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.coinbase.com\/charts" ], "js": [ "klang.js", "content.js" ] } ] } |