Why Go On Facebook?

Why did you go on Facebook

What is Why Go On Facebook??

Why Go On Facebook? is a Chrome extension developed by wtachau, and its main feature is "Why did you go on Facebook".

Extension Screenshots

screenshot

Download Why Go On Facebook? Extension CRX File

Download Why Go On Facebook? 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

                        Find yourself opening Facebook habitually? Next time, this simple extension will ask you why you opened it, to encourage you to be more mindful of your actions.                    

Extension Basic Information

Name Why Go On Facebook? Why Go On Facebook?
ID lafndmkdgpogfnofehfhcbpghojgkbol
Official URL https://chrome.google.com/webstore/detail/lafndmkdgpogfnofehfhcbpghojgkbol
Description Why did you go on Facebook
File Size 6.24 KB
Installation Count 61
Current Version 1.1
Last Updated 2017-01-26
Publish Date 2017-01-26
Rating 4.20/5 Total 5 Ratings
Developer wtachau
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Why Go On Facebook?",
    "version": "1.1",
    "description": "Why did you go on Facebook",
    "permissions": [
        "tabs",
        "*:\/\/*.facebook.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.facebook.com\/*"
            ],
            "js": [
                "modal.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "web_accessible_resources": [
        "modal.css"
    ]
}