BeSocial - Social Automation for Behance

BeSocial is a great automated solution for boosting your Behance engagements

Apa itu BeSocial - Social Automation for Behance?

BeSocial - Social Automation for Behance adalah ekstensi Chrome yang dikembangkan oleh BeSocialTools, dan fitur utamanya adalah "BeSocial is a great automated solution for boosting your Behance engagements".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi BeSocial - Social Automation for Behance

Unduh file ekstensi BeSocial - Social Automation for Behance dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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]                    

Informasi Dasar Ekstensi

Nama BeSocial - Social Automation for Behance BeSocial - Social Automation for Behance
ID kppdmpghhkmcdkcpjadjeliohbbjlklg
URL Resmi https://chromewebstore.google.com/detail/besocial-social-automatio/kppdmpghhkmcdkcpjadjeliohbbjlklg
Deskripsi BeSocial is a great automated solution for boosting your Behance engagements
Ukuran File 312 KB
Jumlah Instalasi 71
Versi Saat Ini 1.0.5
Terakhir Diperbarui 2022-11-25
Tanggal Publikasi 2022-11-25
Penilaian 4.00/5 Total 1 Penilaian
Pengembang BeSocialTools
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://besocial.top/besocial/
URL Halaman Kebijakan Privasi https://besocial.top/besocial/privacy-policy.html
Bahasa yang Didukung 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"
    ]
}