Facebook auto tools
Facebook auto tools
Apa itu Facebook auto tools?
Facebook auto tools adalah ekstensi Chrome yang dikembangkan oleh Nguyễn Lê Quốc Huy, dan fitur utamanya adalah "Facebook auto tools".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Facebook auto tools
Unduh file ekstensi Facebook auto tools dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | nkemjgjochkbkpmjjnnnecffkldpjcol |
URL Resmi | https://chrome.google.com/webstore/detail/facebook-auto-tools/nkemjgjochkbkpmjjnnnecffkldpjcol |
Deskripsi | Facebook auto tools |
Ukuran File | 102 KB |
Jumlah Instalasi | 77 |
Versi Saat Ini | 2.4.3 |
Terakhir Diperbarui | 2021-09-14 |
Tanggal Publikasi | 2021-08-31 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | Nguyễn Lê Quốc Huy |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.facebook.com/quochuy.nguyenle.716 |
URL Halaman Bantuan | https://www.facebook.com/quochuy.nguyenle.716 |
Bahasa yang Didukung | 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" } ] } |