Facebook auto tools
Facebook auto tools
What is Facebook auto tools?
Facebook auto tools is a Chrome extension developed by Nguyễn Lê Quốc Huy, and its main feature is "Facebook auto tools".
Extension Screenshots
Download Facebook auto tools Extension CRX File
Download Facebook auto tools 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
Facebook Auto Tools is a collection of automatic utility tools, making it more convenient for facebook users to use. + Automatically send friend requests. + Automatically cancel sent friend requests. + Automatically send invitations like pages to friends. + Automatically send invitations join group to friends. + Automatically like posts, comments. + Automatically upload photos from profiles, fan pages, groups. + Automatically download video (watch). Only works on facebook, not on other sites.
Extension Basic Information
Name | |
ID | nkemjgjochkbkpmjjnnnecffkldpjcol |
Official URL | https://chrome.google.com/webstore/detail/facebook-auto-tools/nkemjgjochkbkpmjjnnnecffkldpjcol |
Description | Facebook auto tools |
File Size | 102 KB |
Installation Count | 77 |
Current Version | 2.4.3 |
Last Updated | 2021-09-14 |
Publish Date | 2021-08-31 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Nguyễn Lê Quốc Huy |
[email protected] | |
Payment Type | free |
Extension Website | https://www.facebook.com/quochuy.nguyenle.716 |
Help Page URL | https://www.facebook.com/quochuy.nguyenle.716 |
Supported Languages | en |
manifest.json | |
{ "manifest_version": 3, "name": "Facebook auto tools", "version": "2.4.3", "short_name": "FB.A.T", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "s.png", "32": "s.png", "48": "s.png", "128": "s.png" }, "description": "Facebook auto tools", "permissions": [ "storage" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "css": [ "js\/style.css" ], "js": [ "jquery.js", "js\/function_jh23487wefn8234e.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_idle" } ] } |