AppFq

The extension improves your experience on Facebook!

AppFqคืออะไร?

AppFq เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://app-fb.eu และคุณลักษณะหลักของมันคือ "The extension improves your experience on Facebook!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AppFq

ดาวน์โหลดไฟล์ส่วนขยาย AppFq ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Install the extension and improve your Facebook experience!
With this extension in your news feed will appear many interesting and funny posts from our facebook page 'https://www.facebook.com/aplicatiieu/'.

Don't forget to RATE US -  ★★★★★

********************************
FAQ
********************************

Q: Do you track/keep any of my personal info?
A: Your personal Facebook account info will not be shared or stored anywhere.

Q: Does it cost money?
A: No. This extension is completely FREE for your enjoyment.

Q: I have a suggestion / I found a bug. What should I do?
A: Even though we aim for the best, we cannot think of everything. Reporting bugs or suggesting new features is a great way to help the extension to grow better (especially in the early stages).
Simply contact us (leave a comment) with a clear explanation of whatever is on your mind, and we'll do our best to see it taken care of.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AppFq AppFq
ID bdjfffmkdkcodfjlghbhcdfolilafbfh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/appfq/bdjfffmkdkcodfjlghbhcdfolilafbfh
คำอธิบาย The extension improves your experience on Facebook!
ขนาดไฟล์ 194 KB
จำนวนการติดตั้ง 2,147
เวอร์ชันปัจจุบัน 0.3.9
อัปเดตครั้งล่าสุด 2017-10-31
วันที่เผยแพร่ 2017-10-31
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://app-fb.eu
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://www.kryshac.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AppFq",
    "short_name": "AppFq",
    "version": "0.3.9",
    "manifest_version": 2,
    "description": "The extension improves your experience on Facebook!",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_title": "Fb",
        "default_icon": "images\/fb.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "css": [
                "styles\/main-fb.css"
            ],
            "js": [
                "scripts\/jquery-3.0.0.min.js",
                "scripts\/content-fb.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/app-fb.eu\/*",
                "https:\/\/app-fb.eu\/*",
                "http:\/\/beta.app-fb.eu\/*",
                "https:\/\/beta.app-fb.eu\/*"
            ],
            "js": [
                "scripts\/jquery-3.0.0.min.js",
                "scripts\/content-app-fb.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "permissions": [
        "https:\/\/kryshac.com\/"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "images\/icon-16.png",
        "images\/control.png",
        "images\/glob.png",
        "images\/closeexpand.png",
        "images\/closebtn.png",
        "images\/loading.gif"
    ]
}