Facebook auto tools
Facebook auto tools
Wat is Facebook auto tools?
Facebook auto tools is een Chrome-extensie ontwikkeld door Nguyễn Lê Quốc Huy, en de belangrijkste functie is "Facebook auto tools".
Extensie Screenshots
Download het CRX-bestand van de extensie Facebook auto tools
Download Facebook auto tools-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
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.
Basisinformatie over de Extensie
Naam | |
ID | nkemjgjochkbkpmjjnnnecffkldpjcol |
Officiële URL | https://chrome.google.com/webstore/detail/facebook-auto-tools/nkemjgjochkbkpmjjnnnecffkldpjcol |
Beschrijving | Facebook auto tools |
Bestandsgrootte | 102 KB |
Aantal Installaties | 77 |
Huidige Versie | 2.4.3 |
Laatst Bijgewerkt | 2021-09-14 |
Publicatiedatum | 2021-08-31 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Nguyễn Lê Quốc Huy |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.facebook.com/quochuy.nguyenle.716 |
Help Pagina-URL | https://www.facebook.com/quochuy.nguyenle.716 |
Ondersteunde Talen | 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" } ] } |