Hello Extensions

Base Level Extension

What is Hello Extensions?

Hello Extensions is a Chrome extension developed by ayusverma, and its main feature is "Base Level Extension".

Download Hello Extensions Extension CRX File

Download Hello Extensions 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

                        YouTube playlist App                    

Extension Basic Information

Name Hello Extensions Hello Extensions
ID claglfdmaggmpnfclliionpickiijhco
Official URL https://chrome.google.com/webstore/detail/hello-extensions/claglfdmaggmpnfclliionpickiijhco
Description Base Level Extension
File Size 3.61 KB
Installation Count 28
Current Version 1.0
Last Updated 2018-03-25
Publish Date 2018-03-25
Developer ayusverma
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hello Extensions",
    "description": "Base Level Extension",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "hello.html",
        "default_icon": "hello_extensions.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens hello.html"
        }
    }
}