Down For Everyone Or Just Me?

Check if the current site is down for everyone or just you

What is Down For Everyone Or Just Me??

Down For Everyone Or Just Me? is a Chrome extension developed by Alex Cordonnier, and its main feature is "Check if the current site is down for everyone or just you".

Extension Screenshots

screenshot
screenshot

Download Down For Everyone Or Just Me? Extension CRX File

Download Down For Everyone Or Just Me? 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

                        Wondering whether a website is down or if it's just you? Install this extension to find out.

If you encounter an error while loading a website, a down arrow will appear in your address bar next to the bookmark icon. Click the down arrow to find out if the website is down or if it's just you.

This is an unofficial extension for http://downforeveryoneorjustme.com.                    

Extension Basic Information

Name Down For Everyone Or Just Me? Down For Everyone Or Just Me?
ID nijjphkbmcnellflmblkmbcempgpffon
Official URL https://chromewebstore.google.com/detail/down-for-everyone-or-just/nijjphkbmcnellflmblkmbcempgpffon
Description Check if the current site is down for everyone or just you
File Size 26.76 KB
Installation Count 417
Current Version 0.2.6
Last Updated 2020-11-19
Publish Date 2013-11-18
Rating 3.17/5 Total 6 Ratings
Developer Alex Cordonnier
Email [email protected]
Payment Type free
Extension Website http://alexcordonnier.com
Help Page URL http://downforeveryoneorjustme.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Down For Everyone Or Just Me?",
    "short_name": "Is it down?",
    "version": "0.2.6",
    "manifest_version": 2,
    "minimum_chrome_version": "16",
    "homepage_url": "http:\/\/downforeveryoneorjustme.com",
    "description": "Check if the current site is down for everyone or just you",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "webNavigation"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png",
        "512": "images\/icon512.png"
    },
    "page_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Down For Everyone Or Just Me?"
    }
}