Inviter

Invite All Friends the Easy Way

什么是Inviter?

Inviter是由https://www.fbdn.it开发的Chrome扩展程序,该扩展的主要功能是“Invite All Friends the Easy Way”。

扩展截图

screenshot
screenshot

下载Inviter扩展crx文件

下载Inviter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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à.                    

扩展基本信息

名称 Inviter Inviter
ID kpjnnjfbkejekgnnpgkeadicpgpdcdkl
官方URL https://chromewebstore.google.com/detail/inviter/kpjnnjfbkejekgnnpgkeadicpgpdcdkl
简介 Invite All Friends the Easy Way
文件大小 13.86 KB
安装次数 450
当前版本 2.10.15
更新时间 2015-10-22
上架时间 2015-10-22
评分 2.80/5 共5次评分
开发者 https://www.fbdn.it
付费类型 free
支持的语言 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"
}