抽獎小幫手
用來讀取Facebook社團貼文留言、社團貼文按讚、貼文分享人數,自動且快速完成抽獎活動。
Vad är 抽獎小幫手?
抽獎小幫手 är en Chrome-tillägg utvecklad av https://luckyhelpers.com, och dess huvudfunktion är "用來讀取Facebook社團貼文留言、社團貼文按讚、貼文分享人數,自動且快速完成抽獎活動。".
Tilläggsskärmbilder
Ladda ner 抽獎小幫手-förlängningens CRX-fil
Ladda ner 抽獎小幫手-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
資料讀取完畢後會匯入到抽獎小幫手網站,可以用來再和其它資料交叉比對出符合活動資格的名單,例如:同時有留言、按讚、分享,詳細使用方式請參考網站上的使用說明。
粉絲專頁開獎使用說明:https://www.luckyhelpers.com/help/page
社團開獎使用說明:https://www.luckyhelpers.com/help/group Grundläggande Information om Tillägg
| Namn | |
| ID | dakolnndcocoonbjgpiefnemlbbalkkj |
| Officiell webbadress | https://chromewebstore.google.com/detail/%E6%8A%BD%E7%8D%8E%E5%B0%8F%E5%B9%AB%E6%89%8B/dakolnndcocoonbjgpiefnemlbbalkkj |
| Beskrivning | 用來讀取Facebook社團貼文留言、社團貼文按讚、貼文分享人數,自動且快速完成抽獎活動。 |
| Filstorlek | 66.33 KB |
| Antal Installationer | 26,987 |
| Aktuell Version | 3.9.6 |
| Senast Uppdaterad | 2024-01-18 |
| Publiceringsdatum | 2020-07-02 |
| Betyg | 3.60/5 Totalt 10 Betyg |
| Utvecklare | https://luckyhelpers.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.luckyhelpers.com/ |
| URL till Sekretesspolicy Sidan | https://www.luckyhelpers.com/privacy |
| Stödda Språk | 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
} | |