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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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'"
}