Invite All Friends for Facebook™
Invite All your Friends to your Facebook page (works in NEW FB interface)! FREE!
What is Invite All Friends for Facebook™?
Invite All Friends for Facebook™ is a Chrome extension developed by zhirovaregina, and its main feature is "Invite All your Friends to your Facebook page (works in NEW FB interface)! FREE!".
Extension Screenshots
Download Invite All Friends for Facebook™ Extension CRX File
Download Invite All Friends for Facebook™ 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
The fastest and most reliable way to invite your friends to like Pages and Events. Updated to support new Facebook design! We will help you grow your Pages and your Events Don't waste your time by clicking all your friends to invite them to Events or Pages. Main Features: • Updated to latest Facebook changes. • Works for Events and Pages • Works for Invites to Post's Likes • Autoscroll We will help you click them all automatically! It works with all Facebook recent changes to Invite Boxes. Copyright note: Facebook™ is a registered trademark of Facebook Inc. This extension is neither endorsed by or affiliated with Facebook.
Extension Basic Information
Name | |
ID | nnnlfmcnfphfaobodohdkpnccfneiehe |
Official URL | https://chrome.google.com/webstore/detail/nnnlfmcnfphfaobodohdkpnccfneiehe |
Description | Invite All your Friends to your Facebook page (works in NEW FB interface)! FREE! |
File Size | 171 KB |
Installation Count | 82,639 |
Current Version | 3.0.1 |
Last Updated | 2022-10-10 |
Publish Date | 2020-11-19 |
Rating | 4.46/5 Total 337 Ratings |
Developer | zhirovaregina |
[email protected] | |
Payment Type | free |
Extension Website | https://www.extensiongo.com/ |
Privacy Policy Page URL | https://www.extensiongo.com/privacy |
Supported Languages | de,en,fr,es,it,pl,pt-BR,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Invite All Friends for Facebook\u2122", "version": "3.0.1", "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "content.css", "fonts\/roboto-latin-400.woff2", "fonts\/roboto-latin-700.woff2", "fb-free.png", "att-icon.png" ], "matches": [ "https:\/\/*.facebook.com\/*" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "description": "Invite All your Friends to your Facebook page (works in NEW FB interface)! FREE!", "homepage_url": "https:\/\/www.extensiongo.com", "action": { "name": "Click to start" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "tabs", "scripting" ], "host_permissions": [ "https:\/\/*.facebook.com\/*" ] } |