BeSocial - Social Automation for Behance

BeSocial is a great automated solution for boosting your Behance engagements

Qu'est-ce que BeSocial - Social Automation for Behance ?

BeSocial - Social Automation for Behance est une extension Chrome développée par BeSocialTools, et sa fonction principale est "BeSocial is a great automated solution for boosting your Behance engagements".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension BeSocial - Social Automation for Behance

Téléchargez les fichiers d'extension BeSocial - Social Automation for Behance au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom BeSocial - Social Automation for Behance BeSocial - Social Automation for Behance
ID kppdmpghhkmcdkcpjadjeliohbbjlklg
URL Officiel https://chromewebstore.google.com/detail/besocial-social-automatio/kppdmpghhkmcdkcpjadjeliohbbjlklg
Description BeSocial is a great automated solution for boosting your Behance engagements
Taille du Fichier 312 KB
Nombre d'Installations 71
Version Actuelle 1.0.5
Dernière Mise à Jour 2022-11-25
Date de Publication 2022-11-25
Évaluation 4.00/5 Total 1 Évaluations
Développeur BeSocialTools
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://besocial.top/besocial/
URL de la Page de Politique de Confidentialité https://besocial.top/besocial/privacy-policy.html
Langues Prises en Charge 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"
    ]
}