Why Go On Facebook?

Why did you go on Facebook

Wat is Why Go On Facebook??

Why Go On Facebook? is een Chrome-extensie ontwikkeld door wtachau, en de belangrijkste functie is "Why did you go on Facebook".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Why Go On Facebook?

Download Why Go On Facebook?-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Why Go On Facebook? Why Go On Facebook?
ID lafndmkdgpogfnofehfhcbpghojgkbol
Officiële URL https://chrome.google.com/webstore/detail/lafndmkdgpogfnofehfhcbpghojgkbol
Beschrijving Why did you go on Facebook
Bestandsgrootte 6.24 KB
Aantal Installaties 61
Huidige Versie 1.1
Laatst Bijgewerkt 2017-01-26
Publicatiedatum 2017-01-26
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar wtachau
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}