Invite post likers for Facebook™
Invite your FRIENDS and who liked your posts to like and follow your page! FREE & NO spam, NO ads, NO registration.
What is Invite post likers for Facebook™?
Invite post likers for Facebook™ is a Chrome extension developed by Useful tools, and its main feature is "Invite your FRIENDS and who liked your posts to like and follow your page! FREE & NO spam, NO ads, NO registration.".
Extension Screenshots
Download Invite post likers for Facebook™ Extension CRX File
Download Invite post likers 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
Extension Basic Information
Name | |
ID | oobofacgjpheigmglnjjlhfolhcamaia |
Official URL | https://chrome.google.com/webstore/detail/invite-post-likers-for-fa/oobofacgjpheigmglnjjlhfolhcamaia |
Description | Invite your FRIENDS and who liked your posts to like and follow your page! FREE & NO spam, NO ads, NO registration. |
File Size | 172 KB |
Installation Count | 57,500 |
Current Version | 2022.11 |
Last Updated | 2022-10-08 |
Publish Date | 2020-05-20 |
Rating | 4.85/5 Total 1485 Ratings |
Developer | Useful tools |
[email protected] | |
Payment Type | free |
Extension Website | https://www.invitepostlikers.com/ |
Privacy Policy Page URL | http://invitepostlikers.com/privacy.php |
Supported Languages | de,en,fr,es,it,pl,pt-BR,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Invite post likers for Facebook\u2122", "version": "2022.11", "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "content.css", "fonts\/roboto-latin-400.woff2", "fonts\/roboto-latin-700.woff2", "fbe-intro-free.png", "fbe-intro-free2.png", "birth1.png", "birth2.png", "att-icon.png" ], "matches": [ "https:\/\/*.facebook.com\/*" ] } ], "description": "Invite your FRIENDS and who liked your posts to like and follow your page! FREE & NO spam, NO ads, NO registration.", "homepage_url": "https:\/\/www.invitepostlikers.com\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "action": { "name": "Click to start" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "tabs", "scripting" ], "host_permissions": [ "https:\/\/*.facebook.com\/*" ] } |