Facebook Messenger Essentials

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

Facebook Messenger Essentials là gì?

Facebook Messenger Essentials là một tiện ích mở rộng Chrome được phát triển bởi Rifat Rashid, và tính năng chính của nó là "Allows the user to view a Facebook message without having the recipient know".

Tải xuống tệp CRX của tiện ích mở rộng Facebook Messenger Essentials

Tải xuống các tệp mở rộng Facebook Messenger Essentials dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Facebook Messenger Essentials Facebook Messenger Essentials
ID geppelgfjgkpmfegpeekfekpebpohpmk
URL Chính Thức https://chrome.google.com/webstore/detail/facebook-messenger-essent/geppelgfjgkpmfegpeekfekpebpohpmk
Mô tả Allows the user to view a Facebook message without having the recipient know
Kích Thước Tệp 6.11 KB
Số Lần Cài Đặt 105
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2015-07-03
Ngày Phát Hành 2015-07-03
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Rifat Rashid
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}