Github Keep-Alive

If your Chrome opens Github pages too late or with multiple timeout errors, this extension will fix the problem.

What is Github Keep-Alive?

Github Keep-Alive is a Chrome extension developed by Iman Gowhari, and its main feature is "If your Chrome opens Github pages too late or with multiple timeout errors, this extension will fix the problem.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Github Keep-Alive Extension CRX File

Download Github Keep-Alive 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

                        It keeps GitHub connection alive by sending a GET request for a small content on GitHub every 15 seconds.

Source code: https://github.com/gowhari/github-keep-alive                    

Extension Basic Information

Name Github Keep-Alive Github Keep-Alive
ID jgipombomcpnkdceognmikebgfbknjjk
Official URL https://chromewebstore.google.com/detail/github-keep-alive/jgipombomcpnkdceognmikebgfbknjjk
Description If your Chrome opens Github pages too late or with multiple timeout errors, this extension will fix the problem.
File Size 8.41 KB
Installation Count 174
Current Version 1.1
Last Updated 2018-10-23
Publish Date 2018-10-23
Rating 5.00/5 Total 1 Ratings
Developer Iman Gowhari
Email [email protected]
Payment Type free
Extension Website https://github.com/gowhari/github-keep-alive
Help Page URL https://t.me/imangowhari
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Github Keep-Alive",
    "version": "1.1",
    "description": "If your Chrome opens Github pages too late or with multiple timeout errors, this extension will fix the problem.",
    "author": "Iman Gowhari ",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/github.com\/"
    ],
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "icon.png"
        }
    }
}