App for Facebook

Start with just one click to launch Facebook site in a new window and enjoy its convenience layout

Apa itu App for Facebook?

App for Facebook adalah ekstensi Chrome yang dikembangkan oleh Joseph Prickly, dan fitur utamanya adalah "Start with just one click to launch Facebook site in a new window and enjoy its convenience layout".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi App for Facebook

Unduh file ekstensi App for 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

                        App for Facebook is a well - designed extension to improve user experience with a popular social network. Quick start button opens a small and convenient size of window that is easy to use during the other work. Created as a mobile app Launcher for Facebook has become an advanced desktop app for Facebook with a list of useful features: 

Invite all friends to the event just with one click
Pin button for the FB window
Prevent your activity from tracking     

Looks like mobile app with all its functionality:
Review news feed 
Post photo, video, stories and other info
Text with friends easily 

Start with just one click to launch Facebook site in a new window and enjoy its convenience layout.                    

Informasi Dasar Ekstensi

Nama App for Facebook App for Facebook
ID iioepnmmejlhbigdffkckdbelleomnjo
URL Resmi https://chrome.google.com/webstore/detail/app-for-facebook/iioepnmmejlhbigdffkckdbelleomnjo
Deskripsi Start with just one click to launch Facebook site in a new window and enjoy its convenience layout
Ukuran File 85.06 KB
Jumlah Instalasi 90,000
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2020-12-11
Tanggal Publikasi 2020-11-16
Penilaian 3.74/5 Total 77 Penilaian
Pengembang Joseph Prickly
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "scripts": [
            "lib\/jquery-3.2.1.min.js",
            "bg.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "linkOpener.js"
            ],
            "matches": [
                ""
            ],
            "exclude_globs": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "pageInsertions.js"
            ],
            "css": [
                "css\/insertionStyles.css"
            ],
            "matches": [
                "https:\/\/m.facebook.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_title": "App for Facebook"
    },
    "permissions": [
        "",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "img\/*"
    ],
    "version": "1.0.3"
}