App for Facebook

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

ما هو App for Facebook؟

App for Facebook هو إضافة Chrome تم تطويرها بواسطة Joseph Prickly، والميزة الرئيسية لها هي "Start with just one click to launch Facebook site in a new window and enjoy its convenience layout".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة App for Facebook

قم بتنزيل ملفات الامتداد App for Facebook بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم App for Facebook App for Facebook
ID iioepnmmejlhbigdffkckdbelleomnjo
عنوان URL الرسمي https://chrome.google.com/webstore/detail/app-for-facebook/iioepnmmejlhbigdffkckdbelleomnjo
الوصف Start with just one click to launch Facebook site in a new window and enjoy its convenience layout
حجم الملف 85.06 KB
عدد التثبيتات 90,000
النسخة الحالية 1.0.3
آخر تحديث 2020-12-11
تاريخ النشر 2020-11-16
تقييم 3.74/5 مجموع تقييمات 77
المطور Joseph Prickly
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
}