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
官方網址 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"
}