HappyOnline Invite All Extension

Add an action on Facebook Invites and check all your Facebook Friends (compatible with the latest changes)

HappyOnline Invite All Extension là gì?

HappyOnline Invite All Extension là một tiện ích mở rộng Chrome được phát triển bởi HappyOnline.gr, và tính năng chính của nó là "Add an action on Facebook Invites and check all your Facebook Friends (compatible with the latest changes)".

Tải xuống tệp CRX của tiện ích mở rộng HappyOnline Invite All Extension

Tải xuống các tệp mở rộng HappyOnline Invite All Extension 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

                        Add an action on Facebook Invites and check all your Facebook Friends (compatible with the latest changes)                    

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

Tên HappyOnline Invite All Extension HappyOnline Invite All Extension
ID hdinddahbnelfaokfoileghdehgehooo
URL Chính Thức https://chrome.google.com/webstore/detail/happyonline-invite-all-ex/hdinddahbnelfaokfoileghdehgehooo
Mô tả Add an action on Facebook Invites and check all your Facebook Friends (compatible with the latest changes)
Kích Thước Tệp 43.52 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2015-01-19
Ngày Phát Hành 2015-01-19
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển HappyOnline.gr
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HappyOnline Invite All Extension",
    "version": "1.3.1",
    "description": "Add an action on Facebook Invites and check all your Facebook Friends (compatible with the latest changes)",
    "author": "HappyOnline",
    "icons": {
        "128": "icon-128.png",
        "64": "icon-64.png",
        "32": "icon-32.png",
        "16": "icon-16.png"
    },
    "browser_action": {
        "default_icon": "icon-64.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "contentscript.js"
    ]
}