Invite post likers to like page for Facebook™
Invite all FRIENDS and everyone who liked your post to like your Facebook page! | FREE, NO ADS, NO registration.
什麼是Invite post likers to like page for Facebook™?
Invite post likers to like page for Facebook™是由uachips開發的Chrome擴展程式,該擴展的主要功能是“Invite all FRIENDS and everyone who liked your post to like your Facebook page! | FREE, NO ADS, NO registration.”。
擴展截圖
下載Invite post likers to like page for Facebook™擴展crx文件
下載Invite post likers to like page for Facebook™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
With this extension you can: 1. Invite post likers to like your Facebook page (business or fan) 2. Invite friends to like your page 3. Invite your friends to the event that you created. No Ads. No Disturb. Super easy to use. Just open the list of likers and run the extension, so simple! Copyright note: Facebook™ is a registered trademark of Facebook Inc. This extension is neither endorsed by or affiliated with Facebook.
擴展基本資訊
名稱 | |
ID | pdiihkfbpjnadfahmlmpabkfeodbodkj |
官方網址 | https://chrome.google.com/webstore/detail/invite-post-likers-to-lik/pdiihkfbpjnadfahmlmpabkfeodbodkj |
簡介 | Invite all FRIENDS and everyone who liked your post to like your Facebook page! | FREE, NO ADS, NO registration. |
檔案大小 | 213 KB |
安裝次數 | 20,000 |
目前版本 | 2020.10.26 |
更新時間 | 2020-10-28 |
上架時間 | 2020-10-06 |
評分 | 4.86/5 共 264 次評分 |
開發者 | uachips |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.coolextension.com/ |
隱私政策頁面URL | https://www.extensionforweb.com/privacy |
支援的語言 | de,en,fr,es,it,pl,pt-BR,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extname__", "version": "2020.10.26", "manifest_version": 2, "web_accessible_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" ], "description": "__MSG_extdesc__", "homepage_url": "https:\/\/www.coolextension.com\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "name": "Click to start" }, "background": { "page": "background.html" }, "permissions": [ "https:\/\/*.facebook.com\/*", "storage", "tabs" ] } |