Super FaceInvite
Beta Version. Allow user to invite all friends to a facebook event.
什么是Super FaceInvite?
Super FaceInvite是由Bernardo Amorim开发的Chrome扩展程序,该扩展的主要功能是“Beta Version. Allow user to invite all friends to a facebook event.”。
下载Super FaceInvite扩展crx文件
下载Super FaceInvite扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Currently in beta. This simple page action allow you to invite all your friend to a facebook event with a single click. Check that out! v0.11 - Added a button to facebook event page so it's more easy to use it! v0.20 - Added a settings page, where you can disable the automatic submit (so you can uncheck some people) and added a nice great feature: Blacklist With Blacklist you can select people that you don't want to invite to your events (for example, your mom) Hope you enjoy! If you want, please endorse me: endorse.me/bamorim
扩展基本信息
名称 | Super FaceInvite |
ID | dgogicfoaanonfdbkbgapglejhdjenmd |
官方URL | https://chromewebstore.google.com/detail/super-faceinvite/dgogicfoaanonfdbkbgapglejhdjenmd |
简介 | Beta Version. Allow user to invite all friends to a facebook event. |
文件大小 | 6.93 KB |
安装次数 | 192 |
当前版本 | 0.20 |
更新时间 | 2012-11-20 |
上架时间 | 2012-11-19 |
评分 | 4.40/5 共5次评分 |
开发者 | Bernardo Amorim |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Super FaceInvite", "version": "0.20", "description": "Beta Version. Allow user to invite all friends to a facebook event.", "page_action": { "default_icon": "images\/icon.png", "default_title": "Invite all friends to this event!" }, "background": { "scripts": [ "scripts\/background.js" ] }, "options_page": "pages\/options.html", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "unlimitedStorage" ], "manifest_version": 2 } |