BeSocial - Social Automation for Behance

BeSocial is a great automated solution for boosting your Behance engagements

Cos'è BeSocial - Social Automation for Behance?

BeSocial - Social Automation for Behance è un'estensione di Chrome sviluppata da BeSocialTools, e la sua funzione principale è "BeSocial is a great automated solution for boosting your Behance engagements".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione BeSocial - Social Automation for Behance

Scarica i file di estensione BeSocial - Social Automation for Behance in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome BeSocial - Social Automation for Behance BeSocial - Social Automation for Behance
ID kppdmpghhkmcdkcpjadjeliohbbjlklg
URL Ufficiale https://chromewebstore.google.com/detail/besocial-social-automatio/kppdmpghhkmcdkcpjadjeliohbbjlklg
Descrizione BeSocial is a great automated solution for boosting your Behance engagements
Dimensione del File 312 KB
Conteggio Installazioni 71
Versione Corrente 1.0.5
Ultimo Aggiornamento 2022-11-25
Data di Pubblicazione 2022-11-25
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore BeSocialTools
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://besocial.top/besocial/
URL della Pagina della Politica sulla Privacy https://besocial.top/besocial/privacy-policy.html
Lingue Supportate 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"
    ]
}