Inviter
Invite All Friends the Easy Way
O que é Inviter?
Inviter é uma extensão do Chrome desenvolvida por https://www.fbdn.it, e sua principal característica é "Invite All Friends the Easy Way".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Inviter
Baixe arquivos de extensão Inviter 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
English Description -------------------- Want to invite all your friends to an event without the need to manually scroll through the entire list? One of the features of Inviter is just the automatic Auto Scroll in your Friends list. Inviter is a Freeware Project without any kind of advertising banners. Use it, Enjoy all the amenities of Inviter Watch it Scroll and Select all your Friends. Comments are very welcome, constructive feedback to improve Inviter and perhaps extend its functionality. Italiano -------------------- Vuoi invitare tutti i tuoi Amici ad un Evento senza bisogno di scorrere manualmente tutta la lista? Una delle funzionalità di Inviter è proprio l'Auto Scroll automatico della tua lista Amici. Inviter è un Progetto Gratuito senza pubblicità o presenza di banner. Usalo, Goditi tutta la Comodità di Guardare Inviter Scorrere e Selezionare tutti i tuoi Amici. Sono Graditissimi Commenti, FeedBack Costruttivi per migliorare Inviter e magari Estendere le sue Funzionalità.
Informações Básicas da Extensão
Nome | Inviter |
ID | kpjnnjfbkejekgnnpgkeadicpgpdcdkl |
URL Oficial | https://chromewebstore.google.com/detail/inviter/kpjnnjfbkejekgnnpgkeadicpgpdcdkl |
Descrição | Invite All Friends the Easy Way |
Tamanho do Arquivo | 13.86 KB |
Contagem de Instalações | 450 |
Versão Atual | 2.10.15 |
Última Atualização | 2015-10-22 |
Data de Publicação | 2015-10-22 |
Classificação | 2.80/5 Total de 5 Avaliações |
Desenvolvedor | https://www.fbdn.it |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "bg.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "content.js" ], "matches": [ "*:\/\/*.facebook.com\/*" ], "run_at": "document_start" } ], "description": "Invite All Friends the Easy Way", "icons": { "128": "icon.png" }, "manifest_version": 2, "name": "Inviter", "page_action": { "default_icon": "icon.png", "default_title": "Inviter" }, "author": "Francesco Biagini", "permissions": [ "*:\/\/*.facebook.com\/*" ], "version": "2.10.15" } |