Invitify
A Google Chrome extension to invite all your Facebook friends to like any Facebook page
What is Invitify?
Invitify is a Chrome extension developed by https://aakash-cr7.github.io/invitify, and its main feature is "A Google Chrome extension to invite all your Facebook friends to like any Facebook page".
Extension Screenshots
Download Invitify Extension CRX File
Download Invitify 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
A Google Chrome extension to invite all your Facebook friends to like any Facebook page.
Extension Basic Information
Name | |
ID | boldhogipkbpcaleacilidonmlchcnbh |
Official URL | https://chromewebstore.google.com/detail/invitify/boldhogipkbpcaleacilidonmlchcnbh |
Description | A Google Chrome extension to invite all your Facebook friends to like any Facebook page |
File Size | 20.98 KB |
Installation Count | 170 |
Current Version | 1.0.0 |
Last Updated | 2016-06-15 |
Publish Date | 2016-06-14 |
Rating | 2.83/5 Total 6 Ratings |
Developer | https://aakash-cr7.github.io/invitify |
[email protected] | |
Payment Type | free |
Extension Website | http://aakash-cr7.github.io/invitify/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Invitify", "description": "A Google Chrome extension to invite all your Facebook friends to like any Facebook page", "version": "1.0.0", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_title": "Invite Friends" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ "activeTab" ] } |