Super FaceInvite
Beta Version. Allow user to invite all friends to a facebook event.
What is Super FaceInvite?
Super FaceInvite is a Chrome extension developed by Bernardo Amorim, and its main feature is "Beta Version. Allow user to invite all friends to a facebook event.".
Download Super FaceInvite Extension CRX File
Download Super FaceInvite extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Super FaceInvite |
ID | dgogicfoaanonfdbkbgapglejhdjenmd |
Official URL | https://chromewebstore.google.com/detail/super-faceinvite/dgogicfoaanonfdbkbgapglejhdjenmd |
Description | Beta Version. Allow user to invite all friends to a facebook event. |
File Size | 6.93 KB |
Installation Count | 192 |
Current Version | 0.20 |
Last Updated | 2012-11-20 |
Publish Date | 2012-11-19 |
Rating | 4.40/5 Total 5 Ratings |
Developer | Bernardo Amorim |
Payment Type | free |
Supported Languages | 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 } |