App for Facebook

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

Hvad er App for Facebook?

App for Facebook er en Chrome-udvidelse udviklet af Joseph Prickly, og dens hovedfunktion er "Start with just one click to launch Facebook site in a new window and enjoy its convenience layout".

Udvidelsesskærmbilleder

screenshot
screenshot

Download App for Facebook-udvidelses-CRX-fil

Download App for Facebook-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn App for Facebook App for Facebook
ID iioepnmmejlhbigdffkckdbelleomnjo
Officiel URL https://chrome.google.com/webstore/detail/app-for-facebook/iioepnmmejlhbigdffkckdbelleomnjo
Beskrivelse Start with just one click to launch Facebook site in a new window and enjoy its convenience layout
Filstørrelse 85.06 KB
Antal Installationer 90,000
Nuværende Version 1.0.3
Senest Opdateret 2020-12-11
Udgivelsesdato 2020-11-16
Bedømmelse 3.74/5 Samlet 77 Bedømmelser
Udvikler Joseph Prickly
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
}