Invite All
Invite All people to Like Facebook Page.
What is Invite All?
Invite All is a Chrome extension developed by manpreet2760, and its main feature is "Invite All people to Like Facebook Page.".
Extension Screenshots
Download Invite All Extension CRX File
Download Invite All 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
Invite upto 50 people a day to like your page on facebook.
Extension Basic Information
Name | Invite All |
ID | kfiadggaijonhadndemaccnilcmnljah |
Official URL | https://chromewebstore.google.com/detail/invite-all/kfiadggaijonhadndemaccnilcmnljah |
Description | Invite All people to Like Facebook Page. |
File Size | 32.03 KB |
Installation Count | 6,000 |
Current Version | 1.12 |
Last Updated | 2016-04-06 |
Publish Date | 2016-04-05 |
Rating | 3.13/5 Total 48 Ratings |
Developer | manpreet2760 |
Payment Type | free |
Extension Website | http://app.postdiscover.com |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Invite All", "description": "Invite All people to Like Facebook Page.", "version": "1.12", "content_scripts": [ { "matches": [ "http:\/\/*.facebook.com\/*", "https:\/\/*.facebook.com\/*" ], "js": [ "invite.js" ] } ], "web_accessible_resources": [ "*.png" ], "permissions": [ "activeTab", "background" ], "icons": { "128": "icon.png" } } |