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」です。
拡張機能のスクリーンショット
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 |
ID | kppdmpghhkmcdkcpjadjeliohbbjlklg |
公式URL | 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 |
Eメール | [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" ] } |