Facebook Messenger Essentials

Allows the user to view a Facebook message without having the recipient know

Facebook Messenger Essentialsคืออะไร?

Facebook Messenger Essentials เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rifat Rashid และคุณลักษณะหลักของมันคือ "Allows the user to view a Facebook message without having the recipient know"

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

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

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

                        Facebook Messenger Essentials Extension allows you to read a facebook message without the recipient ever knowing!                    

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

ชื่อ Facebook Messenger Essentials Facebook Messenger Essentials
ID geppelgfjgkpmfegpeekfekpebpohpmk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/facebook-messenger-essent/geppelgfjgkpmfegpeekfekpebpohpmk
คำอธิบาย Allows the user to view a Facebook message without having the recipient know
ขนาดไฟล์ 6.11 KB
จำนวนการติดตั้ง 105
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2015-07-03
วันที่เผยแพร่ 2015-07-03
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Rifat Rashid
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Allows the user to view a Facebook message without having the recipient know",
    "manifest_version": 2,
    "name": "Facebook Messenger Essentials",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.adsvc1107131,net\/*",
        "*:\/\/*.crwdcntrl.net\/*",
        "webNavigation",
        "management",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.0.1"
}