Add friends on Facebook
Extension auto add friends on facebook
什么是Add friends on Facebook?
Add friends on Facebook是由thaycacac开发的Chrome扩展程序,该扩展的主要功能是“Extension auto add friends on facebook”。
扩展截图
下载Add friends on Facebook扩展crx文件
下载Add friends on Facebook扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | hfgelnndldfocpbakijlajclkljembdm |
官方URL | https://chrome.google.com/webstore/detail/add-friends-on-facebook/hfgelnndldfocpbakijlajclkljembdm |
简介 | Extension auto add friends on facebook |
文件大小 | 24.03 KB |
安装次数 | 3,000 |
当前版本 | 1.0.0 |
更新时间 | 2019-05-02 |
上架时间 | 2019-05-02 |
评分 | 1.59/5 共17次评分 |
开发者 | thaycacac |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://thaycacac.github.io |
支持的语言 | 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" ] } |