Facebook auto tools
Facebook auto tools
Qu'est-ce que Facebook auto tools ?
Facebook auto tools est une extension Chrome développée par Nguyễn Lê Quốc Huy, et sa fonction principale est "Facebook auto tools".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Facebook auto tools
Téléchargez les fichiers d'extension Facebook auto tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | nkemjgjochkbkpmjjnnnecffkldpjcol |
URL Officiel | https://chrome.google.com/webstore/detail/facebook-auto-tools/nkemjgjochkbkpmjjnnnecffkldpjcol |
Description | Facebook auto tools |
Taille du Fichier | 102 KB |
Nombre d'Installations | 77 |
Version Actuelle | 2.4.3 |
Dernière Mise à Jour | 2021-09-14 |
Date de Publication | 2021-08-31 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | Nguyễn Lê Quốc Huy |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.facebook.com/quochuy.nguyenle.716 |
URL de la Page d'Aide | https://www.facebook.com/quochuy.nguyenle.716 |
Langues Prises en Charge | 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" } ] } |