BeSocial - Social Automation for Behance

BeSocial is a great automated solution for boosting your Behance engagements

什麼是BeSocial - Social Automation for Behance?

BeSocial - Social Automation for Behance是由BeSocialTools開發的Chrome擴展程式,該擴展的主要功能是“BeSocial is a great automated solution for boosting your Behance engagements”。

擴展截圖

screenshot
screenshot

下載BeSocial - Social Automation for Behance擴展crx文件

下載BeSocial - Social Automation for Behance擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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]                    

擴展基本資訊

名稱 BeSocial - Social Automation for Behance BeSocial - Social Automation for Behance
ID kppdmpghhkmcdkcpjadjeliohbbjlklg
官方網址 https://chromewebstore.google.com/detail/besocial-social-automatio/kppdmpghhkmcdkcpjadjeliohbbjlklg
簡介 BeSocial is a great automated solution for boosting your Behance engagements
檔案大小 312 KB
安裝次數 71
目前版本 1.0.5
更新時間 2022-11-25
上架時間 2022-11-25
評分 4.00/5 共 1 次評分
開發者 BeSocialTools
電子郵箱 [email protected]
付費類型 free
擴展官網 https://besocial.top/besocial/
隱私政策頁面URL https://besocial.top/besocial/privacy-policy.html
支援的語言 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"
    ]
}