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.
什么是Invite post likers for Facebook™?
Invite post likers for Facebook™是由Useful tools开发的Chrome扩展程序,该扩展的主要功能是“Invite your FRIENDS and who liked your posts to like and follow your page! FREE & NO spam, NO ads, NO registration.”。
扩展截图
下载Invite post likers for Facebook™扩展crx文件
下载Invite post likers for Facebook™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | oobofacgjpheigmglnjjlhfolhcamaia |
官方URL | https://chrome.google.com/webstore/detail/invite-post-likers-for-fa/oobofacgjpheigmglnjjlhfolhcamaia |
简介 | Invite your FRIENDS and who liked your posts to like and follow your page! FREE & NO spam, NO ads, NO registration. |
文件大小 | 172 KB |
安装次数 | 57,500 |
当前版本 | 2022.11 |
更新时间 | 2022-10-08 |
上架时间 | 2020-05-20 |
评分 | 4.85/5 共1485次评分 |
开发者 | Useful tools |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.invitepostlikers.com/ |
隐私政策页面URL | http://invitepostlikers.com/privacy.php |
支持的语言 | 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\/*" ] } |