Auto-like & reply to all comments on pages
Script elaborates all comments on FB page or group: like, invite, reply to everyone who comments! Send private messages NOT included
什麼是Auto-like & reply to all comments on pages?
Auto-like & reply to all comments on pages是由Useful tools開發的Chrome擴展程式,該擴展的主要功能是“Script elaborates all comments on FB page or group: like, invite, reply to everyone who comments! Send private messages NOT included”。
擴展截圖
下載Auto-like & reply to all comments on pages擴展crx文件
下載Auto-like & reply to all comments on pages擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | |
ID | eibijfkeopjcbehlingbpcngaegogddb |
官方網址 | https://chrome.google.com/webstore/detail/auto-like-reply-to-all-co/eibijfkeopjcbehlingbpcngaegogddb |
簡介 | Script elaborates all comments on FB page or group: like, invite, reply to everyone who comments! Send private messages NOT included |
檔案大小 | 225 KB |
安裝次數 | 2,524 |
目前版本 | 2022.10.6 |
更新時間 | 2022-10-08 |
上架時間 | 2021-02-03 |
評分 | 4.47/5 共 15 次評分 |
開發者 | Useful tools |
電子郵箱 | [email protected] |
付費類型 | in_app |
擴展官網 | https://www.invitelikecomment.com/ |
隱私政策頁面URL | http://invitepostlikers.com/privacy.php |
支援的語言 | de,en,fr,nl,no,es,it,pl,pt-BR,sk,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extname__", "version": "2022.10.6", "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "content.css", "fonts\/roboto-latin-400.woff2", "fonts\/roboto-latin-700.woff2", "options.html", "comment_sender.js", "how-to-select-posts.png", "how-to-open-post-separately.png", "postTextNow.js" ], "matches": [ "https:\/\/*.facebook.com\/*" ] } ], "description": "__MSG_extdesc__", "homepage_url": "https:\/\/www.invitelikecomment.com\/", "options_page": "options.html", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "action": { "name": "__MSG_start_inv__" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "unlimitedStorage", "scripting", "alarms" ], "host_permissions": [ "https:\/\/*.facebook.com\/*" ] } |