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 |
官方網址 | 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" ] } |