Fast.Com - Display Network Speed in Bytes.

Extension to display the network speed in Bytes. Like KB/s & MB/s

What is Fast.Com - Display Network Speed in Bytes.?

Fast.Com - Display Network Speed in Bytes. is a Chrome extension developed by Satya Rohith, and its main feature is "Extension to display the network speed in Bytes. Like KB/s & MB/s".

Extension Screenshots

screenshot

Download Fast.Com - Display Network Speed in Bytes. Extension CRX File

Download Fast.Com - Display Network Speed in Bytes. 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

                        A simple extension to show your internet speed in bytes on fast.com. For those who download a lot, having speed metrics in bytes is handy. It's what most people care about.

If you ever got confused with why your network speed displayed on sites like fast.com is higher than your actual download speed, it's probably because you're not converting it to bytes. 

Install this extension and forget about conversion. :)                    

Extension Basic Information

Name Fast.Com - Display Network Speed in Bytes. Fast.Com - Display Network Speed in Bytes.
ID obgghgheidhjlkgolpabbncemnmpkpac
Official URL https://chromewebstore.google.com/detail/fastcom-display-network-s/obgghgheidhjlkgolpabbncemnmpkpac
Description Extension to display the network speed in Bytes. Like KB/s & MB/s
File Size 8.74 KB
Installation Count 1,070
Current Version 1.0
Last Updated 2020-01-23
Publish Date 2020-01-23
Rating 1.60/5 Total 5 Ratings
Developer Satya Rohith
Payment Type free
Extension Website https://github.com/satyarohith/fastinbytes
Help Page URL https://github.com/satyarohith/fastinbytes/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fast.Com - Display Network Speed in Bytes.",
    "version": "1.0",
    "description": "Extension to display the network speed in Bytes. Like KB\/s & MB\/s",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/fast.com\/*",
                "http:\/\/fast.com\/*"
            ],
            "js": [
                "fast.js"
            ],
            "css": [
                "fast.css"
            ]
        }
    ],
    "icons": {
        "128": "128.png"
    }
}