Add friends on Facebook
Extension auto add friends on facebook
What is Add friends on Facebook?
Add friends on Facebook is a Chrome extension developed by thaycacac, and its main feature is "Extension auto add friends on facebook".
Extension Screenshots
Download Add friends on Facebook Extension CRX File
Download Add friends on Facebook 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
This extension helps you to automatically add friends with friends on facebook, you can automatically add friends on pages with friends list with additional buttons like a member list, ... Step 1: Go to page members of group public or page find friends (https://www.facebook.com/?sk=ff) Step 2: Reload page current Step 3: Input limit add friends. Step 4: Click button Start
Extension Basic Information
Name | |
ID | hfgelnndldfocpbakijlajclkljembdm |
Official URL | https://chrome.google.com/webstore/detail/add-friends-on-facebook/hfgelnndldfocpbakijlajclkljembdm |
Description | Extension auto add friends on facebook |
File Size | 24.03 KB |
Installation Count | 3,000 |
Current Version | 1.0.0 |
Last Updated | 2019-05-02 |
Publish Date | 2019-05-02 |
Rating | 1.59/5 Total 17 Ratings |
Developer | thaycacac |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://thaycacac.github.io |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Add friends on Facebook", "description": "Extension auto add friends on facebook", "version": "1.0.0", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/groups\/*\/members\/", "https:\/\/www.facebook.com\/?sk=ff" ], "js": [ "js\/tools.js" ] } ], "browser_action": { "default_popup": "html\/popup.html" }, "permissions": [ "storage", "activeTab", "tabs", "notifications" ] } |