Why Go On Facebook?

Why did you go on Facebook

Apa itu Why Go On Facebook??

Why Go On Facebook? adalah ekstensi Chrome yang dikembangkan oleh wtachau, dan fitur utamanya adalah "Why did you go on Facebook".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Why Go On Facebook?

Unduh file ekstensi Why Go On Facebook? dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Why Go On Facebook? Why Go On Facebook?
ID lafndmkdgpogfnofehfhcbpghojgkbol
URL Resmi https://chrome.google.com/webstore/detail/lafndmkdgpogfnofehfhcbpghojgkbol
Deskripsi Why did you go on Facebook
Ukuran File 6.24 KB
Jumlah Instalasi 61
Versi Saat Ini 1.1
Terakhir Diperbarui 2017-01-26
Tanggal Publikasi 2017-01-26
Penilaian 4.20/5 Total 5 Penilaian
Pengembang wtachau
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}