Feed Engager

Feed Engager Chrome Extension

Feed Engagerคืออะไร?

Feed Engager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Maker และคุณลักษณะหลักของมันคือ "Feed Engager Chrome Extension"

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

screenshot

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

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

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

                        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                    

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

ชื่อ Feed Engager Feed Engager
ID hmjopaiaefcegedmgfbhlhmkdekfkacd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/feed-engager/hmjopaiaefcegedmgfbhlhmkdekfkacd
คำอธิบาย Feed Engager Chrome Extension
ขนาดไฟล์ 1.33 MB
จำนวนการติดตั้ง 86
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2021-06-26
วันที่เผยแพร่ 2020-07-05
ผู้พัฒนา Maker
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.offerlevels.com/friend-approver
URL หน้านโยบายความเป็นส่วนตัว https://automatics.one/privacy
ภาษาที่รองรับ 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'"
}

ส่วนขยายที่เกี่ยวข้อง