Feed Engager

Feed Engager Chrome Extension

Feed Engager là gì?

Feed Engager là một tiện ích mở rộng Chrome được phát triển bởi Maker, và tính năng chính của nó là "Feed Engager Chrome Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

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

Tải xuống các tệp mở rộng Feed Engager 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

                        Friend Approver helps you to send welcome message to people who has send you a friend request. You can ask the people who has send you a request to respond back so only people who really need to connect with you responds back and you can decline all other requests. 

Logs 
Minor Bug Fixed                    

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

Tên Feed Engager Feed Engager
ID hmjopaiaefcegedmgfbhlhmkdekfkacd
URL Chính Thức https://chromewebstore.google.com/detail/feed-engager/hmjopaiaefcegedmgfbhlhmkdekfkacd
Mô tả Feed Engager Chrome Extension
Kích Thước Tệp 1.33 MB
Số Lần Cài Đặt 86
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2021-06-26
Ngày Phát Hành 2020-07-05
Nhà Phát Triển Maker
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.offerlevels.com/friend-approver
URL Trang Chính Sách Bảo Mật https://automatics.one/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Feed Engager Chrome Extension",
    "version": "1.0.5",
    "name": "Feed Engager",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "128.png"
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/m.facebook.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "",
        "activeTab"
    ],
    "web_accessible_resources": [
        "content.styles.css",
        "128.png",
        "32.png",
        "script.js"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}