Internet Connection Test

Test Your Internet Connection With The Click Of A Button.

What is Internet Connection Test?

Internet Connection Test is a Chrome extension developed by yonih2001, and its main feature is "Test Your Internet Connection With The Click Of A Button.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Internet Connection Test Extension CRX File

Download Internet Connection Test 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 Internet Connection Test Internet Connection Test
ID fmepifkgaekgehkleihncpbpiaflmipc
Official URL https://chrome.google.com/webstore/detail/internet-connection-test/fmepifkgaekgehkleihncpbpiaflmipc
Description Test Your Internet Connection With The Click Of A Button.
File Size 1.8 MB
Installation Count 990
Current Version 0.0.1
Last Updated 2015-05-24
Publish Date 2015-05-24
Developer yonih2001
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Internet Connection Test",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Test Your Internet Connection With The Click Of A Button.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icons\/icon48.png",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'"
}