Scores by Hyperlog

Scores by Hyperlog

What is Scores by Hyperlog?

Scores by Hyperlog is a Chrome extension developed by https://hyperlog.io, and its main feature is "Scores by Hyperlog".

Extension Screenshots

screenshot
screenshot

Download Scores by Hyperlog Extension CRX File

Download Scores by Hyperlog 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

                        Get access to scores of millions of developers on GitHub. Use it for your own case like:
* Track your and your friend's progress against rest of GitHub
* Make better recruitment decisions                    

Extension Basic Information

Name Scores by Hyperlog Scores by Hyperlog
ID ifelanijnmecfbalihcipcocekafeeem
Official URL https://chromewebstore.google.com/detail/scores-by-hyperlog/ifelanijnmecfbalihcipcocekafeeem
Description Scores by Hyperlog
File Size 4.84 KB
Installation Count 29
Current Version 0.0.1
Last Updated 2022-02-02
Publish Date 2022-01-28
Developer https://hyperlog.io
Email [email protected]
Payment Type in_app
Extension Website https://score.hyperlog.io
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scores by Hyperlog",
    "description": "Scores by Hyperlog",
    "version": "0.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/score.hyperlog.io\/*"
        ]
    }
}