Add friends on Facebook
Extension auto add friends on facebook
Wat is Add friends on Facebook?
Add friends on Facebook is een Chrome-extensie ontwikkeld door thaycacac, en de belangrijkste functie is "Extension auto add friends on facebook".
Extensie Screenshots
Download het CRX-bestand van de extensie Add friends on Facebook
Download Add friends on Facebook-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | hfgelnndldfocpbakijlajclkljembdm |
Officiële URL | https://chrome.google.com/webstore/detail/add-friends-on-facebook/hfgelnndldfocpbakijlajclkljembdm |
Beschrijving | Extension auto add friends on facebook |
Bestandsgrootte | 24.03 KB |
Aantal Installaties | 3,000 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2019-05-02 |
Publicatiedatum | 2019-05-02 |
Beoordeling | 1.59/5 Totaal 17 Beoordelingen |
Ontwikkelaar | thaycacac |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://thaycacac.github.io |
Ondersteunde Talen | 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" ] } |