BeSocial - Social Automation for Behance

BeSocial is a great automated solution for boosting your Behance engagements

BeSocial - Social Automation for Behanceคืออะไร?

BeSocial - Social Automation for Behance เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BeSocialTools และคุณลักษณะหลักของมันคือ "BeSocial is a great automated solution for boosting your Behance engagements"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BeSocial - Social Automation for Behance

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

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

                        Your engagements on Behance can fast rise with the help of this extension. It takes time and energy to follow people or appreciate works by hand, but this automation takes care of everything for you so you don't have to!
We frequently add new features to this extension, and if you have any questions, we are always here to help.

BeSocial Features:
- Auto Comment on random projects.
- Auto Follow accounts.
- Auto Appreciates.
- Speed Control. Set up your own automation speed.
- Security. Use your own browser and IP address. Additionally, we never request your credentials.

Support: [email protected]                    

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

ชื่อ BeSocial - Social Automation for Behance BeSocial - Social Automation for Behance
ID kppdmpghhkmcdkcpjadjeliohbbjlklg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/besocial-social-automatio/kppdmpghhkmcdkcpjadjeliohbbjlklg
คำอธิบาย BeSocial is a great automated solution for boosting your Behance engagements
ขนาดไฟล์ 312 KB
จำนวนการติดตั้ง 71
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2022-11-25
วันที่เผยแพร่ 2022-11-25
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา BeSocialTools
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://besocial.top/besocial/
URL หน้านโยบายความเป็นส่วนตัว https://besocial.top/besocial/privacy-policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BeSocial - Social Automation for Behance",
    "description": "BeSocial is a great automated solution for boosting your Behance engagements",
    "version": "1.0.5",
    "manifest_version": 3,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "action": {
        "default_title": "BeSocial",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.behance.net\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/besocial.top\/",
        "*:\/\/*.behance.net\/*"
    ],
    "permissions": [
        "storage"
    ]
}