Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "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.6", "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" ] }