BeSocial - Social Automation for Behance

BeSocial is a great automated solution for boosting your Behance engagements

What is BeSocial - Social Automation for Behance?

BeSocial - Social Automation for Behance is a Chrome extension developed by BeSocialTools, and its main feature is "BeSocial is a great automated solution for boosting your Behance engagements".

Extension Screenshots

screenshot
screenshot

Download BeSocial - Social Automation for Behance Extension CRX File

Download BeSocial - Social Automation for Behance extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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]                    

Extension Basic Information

Name BeSocial - Social Automation for Behance BeSocial - Social Automation for Behance
ID kppdmpghhkmcdkcpjadjeliohbbjlklg
Official URL https://chromewebstore.google.com/detail/besocial-social-automatio/kppdmpghhkmcdkcpjadjeliohbbjlklg
Description BeSocial is a great automated solution for boosting your Behance engagements
File Size 312 KB
Installation Count 71
Current Version 1.0.5
Last Updated 2022-11-25
Publish Date 2022-11-25
Rating 4.00/5 Total 1 Ratings
Developer BeSocialTools
Email [email protected]
Payment Type free
Extension Website https://besocial.top/besocial/
Privacy Policy Page URL https://besocial.top/besocial/privacy-policy.html
Supported Languages 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"
    ]
}