Friender

Make quality friends and track engagements

Frienderคืออะไร?

Friender เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://friender.io และคุณลักษณะหลักของมันคือ "Make quality friends and track engagements"

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

screenshot
screenshot
screenshot

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

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

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

                        Manage your social media personal profile
1. Grow friends network
2. Remove in-active friends
3. Engagement reports for each friends
4. Run automation                    

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

ชื่อ Friender Friender
ID gjlalklkjpjnglmnbhgioefkfgaigjkp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/friender/gjlalklkjpjnglmnbhgioefkfgaigjkp
คำอธิบาย Make quality friends and track engagements
ขนาดไฟล์ 525 KB
จำนวนการติดตั้ง 557
เวอร์ชันปัจจุบัน 1.0.14.20
อัปเดตครั้งล่าสุด 2024-01-08
วันที่เผยแพร่ 2022-12-11
คะแนน 4.95/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา https://friender.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.friender.io
URL หน้าช่วยเหลือ https://www.tier5.us/contact.html
URL หน้านโยบายความเป็นส่วนตัว https://tier5.us/chrome_extension
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Friender",
    "version": "1.0.14.20",
    "manifest_version": 3,
    "description": "Make quality friends and track engagements",
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": ".\/images\/16X16.png",
        "48": ".\/images\/48X48.png",
        "128": ".\/images\/128X128.png"
    },
    "action": {
        "default_title": "Friender"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "commonContent.js"
            ],
            "css": [
                "content.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.friender.io\/*",
                "https:\/\/localhost:3000\/*",
                "http:\/\/localhost:3000\/*"
            ],
            "js": [
                "portalScript.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "storage",
        "declarativeNetRequest",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/www.messenger.com\/*",
        "https:\/\/*.facebook.com\/*",
        "https:\/\/*.execute-api.us-east-2.amazonaws.com\/*",
        "https:\/\/*.execute-api.us-east-1.amazonaws.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/localhost:3000\/*",
            "https:\/\/beta.friender.io\/*",
            "https:\/\/dev.friender.io\/*",
            "http:\/\/localhost:3000\/*"
        ],
        "accepts_tls_channel_id": true
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'none'",
        "content_scripts": "script-src 'self'; object-src 'none'"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "ruleset.json"
            }
        ]
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "windows": "Ctrl+Shift+F",
                "mac": "Command+Shift+F",
                "linux": "Ctrl+Shift+F"
            }
        }
    }
}