抽獎小幫手
用來讀取Facebook社團貼文留言、社團貼文按讚、貼文分享人數,自動且快速完成抽獎活動。
What is 抽獎小幫手?
抽獎小幫手 is a Chrome extension developed by https://luckyhelpers.com, and its main feature is "用來讀取Facebook社團貼文留言、社團貼文按讚、貼文分享人數,自動且快速完成抽獎活動。".
Extension Screenshots
Download 抽獎小幫手 Extension CRX File
Download 抽獎小幫手 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
資料讀取完畢後會匯入到抽獎小幫手網站,可以用來再和其它資料交叉比對出符合活動資格的名單,例如:同時有留言、按讚、分享,詳細使用方式請參考網站上的使用說明。 粉絲專頁開獎使用說明:https://www.luckyhelpers.com/help/page 社團開獎使用說明:https://www.luckyhelpers.com/help/group
Extension Basic Information
Name | 抽獎小幫手 |
ID | dakolnndcocoonbjgpiefnemlbbalkkj |
Official URL | https://chromewebstore.google.com/detail/%E6%8A%BD%E7%8D%8E%E5%B0%8F%E5%B9%AB%E6%89%8B/dakolnndcocoonbjgpiefnemlbbalkkj |
Description | 用來讀取Facebook社團貼文留言、社團貼文按讚、貼文分享人數,自動且快速完成抽獎活動。 |
File Size | 66.33 KB |
Installation Count | 26,987 |
Current Version | 3.9.6 |
Last Updated | 2024-01-18 |
Publish Date | 2020-07-02 |
Rating | 3.60/5 Total 10 Ratings |
Developer | https://luckyhelpers.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.luckyhelpers.com/ |
Privacy Policy Page URL | https://www.luckyhelpers.com/privacy |
Supported Languages | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u62bd\u734e\u5c0f\u5e6b\u624b", "description": "\u7528\u4f86\u8b80\u53d6Facebook\u793e\u5718\u8cbc\u6587\u7559\u8a00\u3001\u793e\u5718\u8cbc\u6587\u6309\u8b9a\u3001\u8cbc\u6587\u5206\u4eab\u4eba\u6578\uff0c\u81ea\u52d5\u4e14\u5feb\u901f\u5b8c\u6210\u62bd\u734e\u6d3b\u52d5\u3002", "version": "3.9.6", "permissions": [ "tabs", "storage", "unlimitedStorage" ], "host_permissions": [ "https:\/\/*.facebook.com\/*" ], "background": { "service_worker": "js\/background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" } }, "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/*" ], "css": [ "css\/fb_content.css" ], "js": [ "vendor\/jquery.min.js", "js\/fb_content.js" ] }, { "matches": [ "https:\/\/*.luckyhelpers.com\/*" ], "js": [ "js\/content.js" ] } ], "web_accessible_resources": [ { "resources": [ "js\/fb_script.js" ], "matches": [ "https:\/\/*.facebook.com\/*" ] } ], "icons": { "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "manifest_version": 3 } |