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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}