Botmakers for Chrome
Get insights about Facebook Messenger bots!
What is Botmakers for Chrome?
Botmakers for Chrome is a Chrome extension developed by https://botmakers.net, and its main feature is "Get insights about Facebook Messenger bots!".
Extension Screenshots
Download Botmakers for Chrome Extension CRX File
Download Botmakers for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
See if there is a bot enabled for a Facebook page. Find our how many people likes and reviewed it. See location, website and email if any associated with the Facebook Messenger bot. To use the extension go a Messenger or a Facebook page like https://www.messenger.com/t/botmakers.net or https://www.facebook.com/botmakers.net/.
Extension Basic Information
Name | Botmakers for Chrome |
ID | pnmjhfabhlmpeckpeadfngmepbhnmbkh |
Official URL | https://chromewebstore.google.com/detail/botmakers-for-chrome/pnmjhfabhlmpeckpeadfngmepbhnmbkh |
Description | Get insights about Facebook Messenger bots! |
File Size | 104 KB |
Installation Count | 59 |
Current Version | 1.03 |
Last Updated | 2018-08-21 |
Publish Date | 2018-08-21 |
Rating | 4.25/5 Total 4 Ratings |
Developer | https://botmakers.net |
[email protected] | |
Payment Type | free |
Extension Website | https://botmakers.net/ |
Privacy Policy Page URL | https://botmakers.net/home/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Botmakers for Chrome", "version": "1.03", "description": "Get insights about Facebook Messenger bots!", "manifest_version": 2, "options_page": "options.html", "permissions": [ "storage", "declarativeContent", "activeTab", "*:\/\/www.messenger.com\/*", "*:\/\/www.facebook.com\/*" ], "background": { "scripts": [ "scripts\/jquery\/3.3.1\/jquery.min.js", "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.botmakers.net\/*" ], "js": [ "scripts\/jquery\/3.3.1\/jquery.min.js", "scripts\/predictline.js" ] } ], "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/logo.png", "32": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" } }, "icons": { "16": "images\/logo.png", "32": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |