App for Facebook

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

What is App for Facebook?

App for Facebook is a Chrome extension developed by Joseph Prickly, and its main feature is "Start with just one click to launch Facebook site in a new window and enjoy its convenience layout".

Extension Screenshots

screenshot
screenshot

Download App for Facebook Extension CRX File

Download App for 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

                        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.                    

Extension Basic Information

Name App for Facebook App for Facebook
ID iioepnmmejlhbigdffkckdbelleomnjo
Official URL https://chrome.google.com/webstore/detail/app-for-facebook/iioepnmmejlhbigdffkckdbelleomnjo
Description Start with just one click to launch Facebook site in a new window and enjoy its convenience layout
File Size 85.06 KB
Installation Count 90,000
Current Version 1.0.3
Last Updated 2020-12-11
Publish Date 2020-11-16
Rating 3.74/5 Total 77 Ratings
Developer Joseph Prickly
Email [email protected]
Payment Type free
Supported Languages 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"
}