LOADING.express

Check site speed with LOADING.express

What is LOADING.express?

LOADING.express is a Chrome extension developed by https://loading.express, and its main feature is "Check site speed with LOADING.express".

Extension Screenshots

screenshot

Download LOADING.express Extension CRX File

Download LOADING.express 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

                        Для проверки скорости сайта нажмите на иконку ракеты в тулбаре                    

Extension Basic Information

Name LOADING.express LOADING.express
ID pbjkhpopkeemapfmncbmpleaecapdbfg
Official URL https://chromewebstore.google.com/detail/loadingexpress/pbjkhpopkeemapfmncbmpleaecapdbfg
Description Check site speed with LOADING.express
File Size 34.46 KB
Installation Count 1,720
Current Version 1.0
Last Updated 2019-11-19
Publish Date 2019-11-18
Rating 5.00/5 Total 6 Ratings
Developer https://loading.express
Payment Type free
Extension Website https://loading.express
Privacy Policy Page URL https://innovation-web.ru/privacy.html
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LOADING.express",
    "manifest_version": 2,
    "version": "1.0",
    "description": "Check site speed with LOADING.express",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "load.js"
        ]
    },
    "browser_action": {
        "default_icon": "48.png"
    }
}