FaceBook Auto Liker
Automatically likes posts on Facebook
什麼是FaceBook Auto Liker?
FaceBook Auto Liker是由Add-A-Site開發的Chrome擴展程式,該擴展的主要功能是“Automatically likes posts on Facebook”。
擴展截圖
下載FaceBook Auto Liker擴展crx文件
下載FaceBook Auto Liker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This Chrome extension will automatically like your FB friends posts. Once installed and activated (by clicking the extension's icon while viewing https://facebook.com), it will automatically refresh the current tab at a random interval you define and then automatically click the Like button. If unregistered, the extension will only like 5 posts a day. To reach the options page for this extension, simply hover over the extension's icon, right-click it, and select "Options": Features * Only runs during specified hours * After a refresh occurs, support for an artificial delay before a click event is triggered * If multiple elements are matched, support for a delay (in milliseconds) between the first clicked item, and the second, and so on * Ability to like only certain friend’s posts * Ensure that the extension won’t like a post containing disallowed words * Only like posts with a minimum number of existing likes or reactions
擴展基本資訊
名稱 | FaceBook Auto Liker |
ID | oiingllfcgnacdnhmmgaoehdhmcekmaj |
官方網址 | https://chromewebstore.google.com/detail/facebook-auto-liker/oiingllfcgnacdnhmmgaoehdhmcekmaj |
簡介 | Automatically likes posts on Facebook |
檔案大小 | 1.22 MB |
安裝次數 | 81 |
目前版本 | 1.0.1 |
更新時間 | 2024-01-07 |
上架時間 | 2023-12-22 |
評分 | 1.00/5 共 1 次評分 |
開發者 | Add-A-Site |
電子郵箱 | [email protected] |
付費類型 | in_app |
擴展官網 | https://github.com/AddaSiteApps/FaceBookAutoLiker |
說明頁面URL | https://github.com/AddaSiteApps/FaceBookAutoLiker |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "FaceBook Auto Liker", "version": "1.0.1", "description": "Automatically likes posts on Facebook", "permissions": [ "activeTab", "scripting", "storage" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } }, "options_page": "options.html", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ " |