BeSocial - Social Automation for Behance

BeSocial is a great automated solution for boosting your Behance engagements

¿Qué es BeSocial - Social Automation for Behance?

BeSocial - Social Automation for Behance es una extensión de Chrome desarrollada por BeSocialTools, y su función principal es "BeSocial is a great automated solution for boosting your Behance engagements".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión BeSocial - Social Automation for Behance

Descarga archivos de extensión BeSocial - Social Automation for Behance en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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]                    

Información Básica de la Extensión

Nombre BeSocial - Social Automation for Behance BeSocial - Social Automation for Behance
ID kppdmpghhkmcdkcpjadjeliohbbjlklg
URL Oficial https://chromewebstore.google.com/detail/besocial-social-automatio/kppdmpghhkmcdkcpjadjeliohbbjlklg
Descripción BeSocial is a great automated solution for boosting your Behance engagements
Tamaño del Archivo 312 KB
Cantidad de Instalaciones 71
Versión Actual 1.0.5
Última Actualización 2022-11-25
Fecha de Publicación 2022-11-25
Calificación 4.00/5 Total de 1 Calificaciones
Desarrollador BeSocialTools
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://besocial.top/besocial/
URL de la Página de Política de Privacidad https://besocial.top/besocial/privacy-policy.html
Idiomas Soportados 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"
    ]
}