Fast Friends Adder
Fast Friends Adder helps you to automatically click every "Add Friend" button on the new Facebook website.
O que é Fast Friends Adder?
Fast Friends Adder é uma extensão do Chrome desenvolvida por https://yifanai.com, e sua principal característica é "Fast Friends Adder helps you to automatically click every "Add Friend" button on the new Facebook website.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Fast Friends Adder
Baixe arquivos de extensão Fast Friends Adder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Fast Friends Adder helps you to automatically click every "Add Friend" button on the new design of Facebook website (https://yifanai.com/facebook-new). This Chrome Extension is for users who would like to add new friends effortlessly. You can add it from Chrome Web Store (https://yifanai.com/ffa). You simply go to a page where there is friends you want to add (on Facebook), refresh the page and it starts working. When you want to finish adding friends, you can simply close the tab. If you happen to benefit from my free Chrome Extension, you can also support me financially by buying me coffee. 👨💻❤️☕️ https://buymeacoffee.com/yifanai https://patreon.com/yifanai https://github.com/sponsors/yifaneye
Informações Básicas da Extensão
Nome | Fast Friends Adder |
ID | hmgacjfedelbnegghammmeehiogliggi |
URL Oficial | https://chromewebstore.google.com/detail/fast-friends-adder/hmgacjfedelbnegghammmeehiogliggi |
Descrição | Fast Friends Adder helps you to automatically click every "Add Friend" button on the new Facebook website. |
Tamanho do Arquivo | 21.36 KB |
Contagem de Instalações | 3,234 |
Versão Atual | 0.1.4 |
Última Atualização | 2022-10-16 |
Data de Publicação | 2021-07-17 |
Classificação | 3.31/5 Total de 16 Avaliações |
Desenvolvedor | https://yifanai.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://yifanai.com |
URL da Página de Ajuda | https://yifanai.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Fast Friends Adder", "version": "0.1.4", "description": "Fast Friends Adder helps you to automatically click every \"Add Friend\" button on the new Facebook website.", "icons": { "64": "icon64.png", "128": "icon128.png", "256": "icon256.png", "512": "icon512.png" }, "author": "Yifan Ai", "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "index.js" ] } ], "homepage_url": "https:\/\/www.yifanai.com\/" } |